Skip to content

Commit ee3fbba

Browse files
committed
reverted unintended changes
1 parent 0aabca1 commit ee3fbba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/skaffold/FilesTaskV2Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public void testFilesTask_multiProjectSimpleService() throws IOException {
128128

129129
@Test
130130
public void testFilesTask_multiProjectComplexService() throws IOException {
131-
System.out.println("Running testFilesTask_multiProjectComplexService" + multiTestProject.getGradleVersion());
132131
Path projectRoot = multiTestProject.getProjectRoot();
133132
Path complexServiceRoot = projectRoot.resolve("complex-service");
134133
Path libRoot = projectRoot.resolve("lib");

0 commit comments

Comments
 (0)