Skip to content

Commit

Permalink
jitpack update, 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylquinal committed Jun 21, 2024
1 parent 625fe05 commit 838f181
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.zylquinal.argon2'
version '2.1.2-SNAPSHOT'
version '2.1.3-SNAPSHOT'

sourceCompatibility = JavaVersion.VERSION_22
targetCompatibility = JavaVersion.VERSION_22
Expand Down
6 changes: 5 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
jdk:
- openjdk22
- openjdk22

before_install:
- chmod +x setup.sh
- bash setup.sh

0 comments on commit 838f181

Please sign in to comment.