Skip to content

Commit

Permalink
Only use Central for plugins
Browse files Browse the repository at this point in the history
Plugin portal had another issue today where it's missing some Jackson jars.
ajoberstar committed Mar 27, 2022
1 parent 9f0bb14 commit df48274
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -4,10 +4,14 @@ pluginManagement {

id("org.ajoberstar.grgit") version "5.0.0"
id("org.ajoberstar.reckon") version "0.16.1"
id("org.ajoberstar.stutter") version "0.7.0"
id("org.ajoberstar.stutter") version "0.7.1"

id("com.diffplug.spotless") version "6.3.0"
}

repositories {
mavenCentral()
}
}

dependencyResolutionManagement {

0 comments on commit df48274

Please sign in to comment.