Skip to content

Commit

Permalink
Bump gradlew from 8.11.1 to 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 1, 2025
1 parent 6486d8e commit 6b03931
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
}

group 'io.fabasoad'
version '0.2.3'
group = 'io.fabasoad'
version = '0.2.3'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion tasks/Makefile.java.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ java/global: ## Sets Java version of this project as a global Java version
@grep -Eo 'java [0-9.-]+' .tool-versions | xargs asdf global

java/test: ## Runs unit tests with coverage
@./gradlew test
@./gradlew test --warning-mode all

java/update: ## Updates dependencies to the latest version
@./gradlew dependencyUpdates -Drevision=releas
Expand Down

0 comments on commit 6b03931

Please sign in to comment.