mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
build: Move bom to root build script
This commit is contained in:
parent
dd48069756
commit
63b3d9df7d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user