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.
  • Loading branch information
ajoberstar committed Mar 27, 2022
1 parent 5a789f9 commit fc071b2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ pluginManagement {
id("org.ajoberstar.defaults.gradle-plugin") version "0.17.1"

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

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

repositories {
mavenCentral()
}
}

Expand Down

0 comments on commit fc071b2

Please sign in to comment.