Skip to content

Commit

Permalink
change github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodsednik committed Oct 24, 2024
1 parent d67c679 commit c3cf4e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-pushPepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew printJavaVersion
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,9 @@ task zipAllJavadocs(type: Zip) {

}
}

task printJavaVersion {
doLast {
println "Running on Java version: ${System.getProperty('java.version')}"
}
}

0 comments on commit c3cf4e9

Please sign in to comment.