Skip to content

Commit

Permalink
update gradle and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iTitus committed Mar 23, 2022
1 parent 340c88f commit 4ea83be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Gradle Build

on:
workflow_dispatch:
push:
branches: [ main, develop ]
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group = 'io.github.ititus'
version = '2.2.1'

wrapper {
gradleVersion '7.4'
gradleVersion '7.4.1'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4ea83be

Please sign in to comment.