mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-05 13:55:27 +02:00
build: Move bom to root build script
This commit is contained in:
@@ -18,7 +18,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(platform("com.intellectualsites:bom:1.0.0-SNAPSHOT"))
|
|
||||||
api(projects.plotSquaredCore)
|
api(projects.plotSquaredCore)
|
||||||
|
|
||||||
// Metrics
|
// Metrics
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
import java.time.format.DateTimeFormatter
|
import java.time.format.DateTimeFormatter
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(platform("com.intellectualsites:bom:1.0.0-SNAPSHOT"))
|
|
||||||
// Expected everywhere.
|
// Expected everywhere.
|
||||||
compileOnlyApi("org.checkerframework:checker-qual")
|
compileOnlyApi("org.checkerframework:checker-qual")
|
||||||
|
|
||||||
|
@@ -64,6 +64,10 @@ subprojects {
|
|||||||
plugin<EclipsePlugin>()
|
plugin<EclipsePlugin>()
|
||||||
plugin<IdeaPlugin>()
|
plugin<IdeaPlugin>()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation(platform("com.intellectualsites:bom:1.0.0-SNAPSHOT"))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
Reference in New Issue
Block a user