Skip to content

Commit

Permalink
fix: prefer plugin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Oct 15, 2024
1 parent 675e5c1 commit 3e181d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/java-rockcraft-plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ cat << EOF > ~/.gradle/init.d/rockcraft-plugin.gradle.kts
beforeSettings {
pluginManagement {
repositories {
gradlePluginPortal()
maven {
url = uri(System.getProperty("user.home") + "/.m2/repository")
}
gradlePluginPortal()
}
}
}
Expand Down

0 comments on commit 3e181d0

Please sign in to comment.