Skip to content

Commit e60b08c

Browse files
committed
Change version
1 parent 7f1ccb5 commit e60b08c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Java
1515
uses: actions/setup-java@v4
1616
with:
17-
java-version: '24'
17+
java-version: '17'
1818
distribution: 'corretto'
1919

2020
- name: Setup Gradle

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gradlePlugin {
1414
}
1515

1616
group 'org.hyperskill'
17-
version '1.8.3'
17+
version '1.8.5'
1818

1919
java {
2020
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)