Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2276564 committed Jan 9, 2025
1 parent 817c7de commit 3eae157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4 # Обновлённая версия
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle
run: ./gradlew build # Вместо deprecated "arguments"
run: ./gradlew build

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'uz.alex2276564'
version = '1.0'
version = '1.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit 3eae157

Please sign in to comment.