We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883a7d9 commit 9f36f8aCopy full SHA for 9f36f8a
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
java-version: 11
19
20
- name: Setup Gradle
21
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v3
22
- name: Execute Gradle build
23
run: ./gradlew test -PexcludeTests=*.InfoKotlinProcessPluginTest
24
env:
@@ -41,6 +41,6 @@ jobs:
41
java-version: ${{ matrix.version }}
42
43
44
45
46
run: ./gradlew test --tests io.github.cdsap.kotlinprocess.InfoKotlinProcessPluginTest
0 commit comments