File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
jib-gradle-plugin/src/test/java/com/google/cloud/tools/jib/gradle/skaffold Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments