You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Don't put jvm args here as it will be picked up by child gradle processes used in tests
142
+
cat << EOF > $GRADLE_USER_HOME/gradle.properties
143
+
mavenRepositoryProxy=$MAVEN_REPOSITORY_PROXY
144
+
gradlePluginProxy=$GRADLE_PLUGIN_PROXY
145
+
EOF
146
+
- |
147
+
# replace maven central part by MAVEN_REPOSITORY_PROXY in .mvn/wrapper/maven-wrapper.properties
148
+
sed -i "s|https://repo.maven.apache.org/maven2/|$MAVEN_REPOSITORY_PROXY|g" .mvn/wrapper/maven-wrapper.properties
0 commit comments