Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful committed Jun 17, 2024
1 parent a847a22 commit 77fc73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
}

group = 'me.byteful.plugin'
version = '1.4.0-BETA'
version = '1.4.0'
description = 'LevelTools'
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jdk:
- openjdk8
- openjdk17
install:
- chmod +x ./gradlew
- ./gradlew clean build shadowJar publishMavenPublicationToMavenLocal

0 comments on commit 77fc73b

Please sign in to comment.