build: Move bom to root build script

This commit is contained in:
Alexander Brandes
2022-06-06 13:46:38 +02:00
parent dd48069756
commit 63b3d9df7d
3 changed files with 4 additions and 2 deletions

View File

@ -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")