Skip to content

Commit

Permalink
java 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsNT committed Jan 21, 2022
1 parent 1dcbb32 commit f4d98c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 14
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
java-version: '14'
distribution: 'zulu'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml spotless:check
2 changes: 1 addition & 1 deletion src/main/kotlin/info/novatec/HelloWorld.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fun main(args: Array<String>) {
println("Hello World!")
}
}

0 comments on commit f4d98c6

Please sign in to comment.