Skip to content

Commit

Permalink
As for 20210916 Gradle plugin portal still redirects https://plugins.…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhukovAN committed Sep 16, 2021
1 parent cbd6b2c commit 48ccb9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// As for 20210916 Gradle plugin portal still redirects
// https://plugins.gradle.org/m2/org/jenkins-ci/tools/gradle-jpi-plugin/0.43.0/gradle-jpi-plugin-0.43.0.module
// to https://jcenter.bintray.com/org/jenkins-ci/tools/gradle-jpi-plugin/0.43.0/gradle-jpi-plugin-0.43.0.module
// that isn't accessible now
pluginRepositories {
maven { url 'https://nexus.pentaho.org/content/groups/omni/' }
gradlePluginPortal() // Include public Gradle plugin portal
}

rootProject.name = 'ptai-ee-tools'

include ':ptai-test-tools'
Expand Down

0 comments on commit 48ccb9c

Please sign in to comment.