mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16: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 {
|
||||
implementation(platform("com.intellectualsites:bom:1.0.0-SNAPSHOT"))
|
||||
api(projects.plotSquaredCore)
|
||||
|
||||
// Metrics
|
||||
|
@ -1,7 +1,6 @@
|
||||
import java.time.format.DateTimeFormatter
|
||||
|
||||
dependencies {
|
||||
implementation(platform("com.intellectualsites:bom:1.0.0-SNAPSHOT"))
|
||||
// Expected everywhere.
|
||||
compileOnlyApi("org.checkerframework:checker-qual")
|
||||
|
||||
|
@ -64,6 +64,10 @@ subprojects {
|
||||
plugin<EclipsePlugin>()
|
||||
plugin<IdeaPlugin>()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(platform("com.intellectualsites:bom:1.0.0-SNAPSHOT"))
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
Loading…
Reference in New Issue
Block a user