Skip to content

Commit

Permalink
Refactor six
Browse files Browse the repository at this point in the history
  • Loading branch information
amechkarov committed Mar 17, 2024
1 parent 78a5849 commit 49240f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Set execute permission for gradlew
run: chmod +x gradlew

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = 'com.telerikacademy.web'
version = '0.0.1-SNAPSHOT'

java {
sourceCompatibility = '11'
sourceCompatibility = '17'
}

repositories {
Expand Down

0 comments on commit 49240f0

Please sign in to comment.