Skip to content

Commit

Permalink
ver: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealAxis committed Jul 11, 2024
1 parent 858332b commit c9b37d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'zulu'

- name: Setup Gradle
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'zulu'

- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compileOnly("com.github.Elikill58:Negativity:2.7.1")
//other dependencies
implementation("com.moandjiezana.toml:toml4j:0.7.2")
compileOnly("org.leavesmc.leaves:leaves-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("org.leavesmc.leaves:leaves-api:1.21-R0.1-SNAPSHOT")
implementation("dev.jorel:commandapi-bukkit-shade-mojang-mapped:${commandAPIVer}")
implementation("dev.jorel:commandapi-bukkit-kotlin:${commandAPIVer}")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.0")
Expand Down

0 comments on commit c9b37d9

Please sign in to comment.