Skip to content

Commit 97e35ff

Browse files
Use artifactory repos that don't proxy for third-party repos (#54)
1 parent becb6a2 commit 97e35ff

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
repositories {
77
mavenCentral()
88
maven {
9-
url "${artifactory_contextUrl}/plugins-release"
9+
url "${artifactory_contextUrl}/plugins-release-no-proxy"
1010
}
1111
if (gradlePluginsVersion.contains("SNAPSHOT"))
1212
{
@@ -30,7 +30,7 @@ plugins {
3030
repositories {
3131
mavenCentral()
3232
maven {
33-
url "${artifactory_contextUrl}/libs-release"
33+
url "${artifactory_contextUrl}/libs-release-no-proxy"
3434

3535
if (hasProperty('artifactory_user') && hasProperty('artifactory_password'))
3636
{

gradle/wrapper/gradle-wrapper.jar

502 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)