Skip to content

Commit

Permalink
Merge pull request #290 from xenit-eu/dependabot/gradle/com.bmuschko-…
Browse files Browse the repository at this point in the history
…gradle-docker-plugin-9.2.0

Bump com.bmuschko:gradle-docker-plugin from 7.4.0 to 9.2.0
  • Loading branch information
thijslemmens committed Feb 1, 2023
2 parents d945b23 + 27179b8 commit 4829651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ install:
build_script:
- cmd: gradlew assemble
test_script:
- cmd: gradlew check -i -PintegrationTestGradleVersions=6.4
- cmd: gradlew check -i -PintegrationTestGradleVersions=7.6
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
exclude group: 'org.slf4j'
}

implementation 'com.bmuschko:gradle-docker-plugin:7.4.0'
implementation 'com.bmuschko:gradle-docker-plugin:9.2.0'
implementation 'com.avast.gradle:gradle-docker-compose-plugin:0.16.11'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation 'org.hamcrest:hamcrest-core:2.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import org.gradle.testkit.runner.BuildResult;
import org.gradle.testkit.runner.BuildTask;
import org.gradle.testkit.runner.TaskOutcome;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -125,6 +126,7 @@ public void testIssue104() throws IOException {
}

@Test
@Ignore("Waiting for a fix for https://github.com/bmuschko/gradle-docker-plugin/issues/1158")
public void testIssue107() throws IOException {
testProjectFolder(REPRODUCTIONS.resolve("issue-107"), ":functionalTest");
}
Expand Down

0 comments on commit 4829651

Please sign in to comment.