Skip to content

Commit

Permalink
Remove dbis nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Sep 20, 2024
1 parent 586c71d commit b5f4f4c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,11 @@ allprojects {
maven {
url "https://clojars.org/repo/"
}
maven {
// DBIS Nexus
url "https://dbis-nexus.dmi.unibas.ch/repository/maven2/"
}
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}

configurations.configureEach {
// check for updates every build
resolutionStrategy.cacheChangingModulesFor 0, "seconds"
}

tasks.withType(Javadoc) {
options.addBooleanOption("html5", true)
// Suppress most of the warnings
Expand Down

0 comments on commit b5f4f4c

Please sign in to comment.