Skip to content

Commit 759338a

Browse files
committed
Upgrade build system to Gradle 8.14.3
1 parent a2cc9d4 commit 759338a

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: gradle:8.12.1-jdk8
13+
image: gradle:8.14.3-jdk8
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tasks.register('createVersionFile') {
121121
props.setProperty('libVersion', rootProject.getVersion().toString())
122122
props.setProperty('libWebsite', rootProject.ext.codeRepo)
123123
props.setProperty('libDescription', rootProject.description)
124-
props.setProperty('specName', project.ext.publishedName)
124+
props.setProperty('specName', rootProject.ext.publishedName)
125125
props.setProperty('specVersion', rootProject.ext.formatVersion)
126126
props.setProperty('specWebsite', rootProject.ext.website)
127127
outFile.withPrintWriter('UTF-8', {

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)