Skip to content

Commit

Permalink
enable kotlin example in the CI (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Sep 13, 2022
1 parent 4d58b02 commit 67c73a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -45,8 +45,8 @@ jobs:
rm -rf ~/.m2/repository/com/github/ben-manes/gradle-versions-plugin/$VERSION_NAME
./gradlew publishToMavenLocal -x test -s
cat ~/.m2/repository/com/github/ben-manes/gradle-versions-plugin/$VERSION_NAME/gradle-versions-plugin-$VERSION_NAME.pom
cd examples/groovy/ && ../../gradlew && cd -
# cd examples/kotlin/ && ../../gradlew && cd -
cd examples/groovy/ && ../../gradlew dU && cd -
cd examples/kotlin/ && ../../gradlew dU && cd -
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 67c73a9

Please sign in to comment.