Add cloud-bom (#282)

This commit is contained in:
Jason 2021-07-27 00:33:31 -07:00
parent 1b485b9f79
commit 83a17da9a7
6 changed files with 62 additions and 32 deletions

View file

@ -10,13 +10,6 @@ plugins {
}
indra {
publishSnapshotsTo("incendo", "https://repo.incendo.org/content/repositories/snapshots/")
github("Incendo", "cloud") {
ci(true)
}
mitLicense()
javaVersions {
minimumToolchain(16)
target(8)
@ -24,19 +17,6 @@ indra {
}
checkstyle("8.39")
configurePublications {
pom {
developers {
developer {
id.set("Sauilitired")
name.set("Alexander Söderberg")
url.set("https://alexander-soderberg.com")
email.set("contact@alexander-soderberg.com")
}
}
}
}
}
/* Disable checkstyle on tests */