Skip to content

Commit

Permalink
Merge pull request #1 from cloudflightio/KL/java-8
Browse files Browse the repository at this point in the history
switch to java8
  • Loading branch information
klu2 authored Jul 16, 2022
2 parents e80e02f + d66d1c3 commit c6e1882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: "temurin"
java-version: "11"
java-version: "8"
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official

version=0.0.1-SNAPSHOT
version=0.0.2

0 comments on commit c6e1882

Please sign in to comment.