Skip to content

Commit 098de20

Browse files
committed
Update build and nits.
1 parent 82ed84c commit 098de20

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ pull request.
1717
[Generate a classic token](https://github.com/settings/tokens) with the `read:packages` scope needed to access
1818
dependencies hosted on GitHub Package Repository.
1919

20-
Add the following properties to `$HOME/.gradle/gradle.properties`.
20+
#### ~/.gradle/gradle.properties
2121

22-
```gradle.properties
22+
```properties
2323
savaGithubPackagesUsername=GITHUB_USERNAME
2424
savaGithubPackagesPassword=GITHUB_TOKEN
2525
```

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.0.7
3+
solanaBOMVersion=24.0.14

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.20"
13+
id("software.sava.build") version "0.1.21"
1414
}
1515

1616
rootProject.name = "solana-programs"

0 commit comments

Comments
 (0)