Skip to content

Commit 3f332ed

Browse files
committed
Update gradle and build.
1 parent 8206411 commit 3f332ed

6 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ User documentation lives at [sava.software](https://sava.software/).
99

1010
## Contribution
1111

12-
Unit tests are needed and welcomed. Otherwise, please open a discussion, issue, or send an email before working on a
13-
pull request.
12+
Please note that all contributions require agreeing to
13+
the [Sava Engineering, Inc. CLA](https://gist.github.com/jpe7s/09546e42783187c6d04f38e04184ecfa).
14+
15+
Tests are needed and welcomed. Otherwise, [please reach out](https://github.com/sava-software) before working on a pull
16+
request.
1417

1518
## Build
1619

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=24
3-
solanaBOMVersion=24.2.6
3+
solanaBOMVersion=24.4.0

gradle/wrapper/gradle-wrapper.jar

1.65 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-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.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
@@ -10,7 +10,7 @@ pluginManagement {
1010
}
1111

1212
plugins {
13-
id("software.sava.build") version "0.1.27"
13+
id("software.sava.build") version "0.1.36"
1414
}
1515

1616
rootProject.name = "solana-programs"

0 commit comments

Comments
 (0)