Skip to content

Commit 0dccc86

Browse files
committed
Update build.
1 parent f928022 commit 0dccc86

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Publish Release
22

33
on:
4-
create:
4+
push:
55
tags:
6-
- '\d+\.\d+\.\d+'
6+
- '[0-9]*.[0-9]*.[0-9]*'
77

88
jobs:
99
publish:

gradle/sava.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
productDescription=Native Solana & SPL Program Clients
22
javaVersion=25
3-
solanaBOMVersion=25.6.4
3+
solanaBOMVersion=25.12.17

gradle/wrapper/gradle-wrapper.jar

3.25 KB
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-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pluginManagement {
2626
}
2727

2828
plugins {
29-
id("software.sava.build") version "21.3.2"
29+
id("software.sava.build") version "21.3.6"
3030
}
3131

3232
javaModules {

0 commit comments

Comments
 (0)