9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-04 15:41:40 +00:00

Updated to eco 6.7.0

This commit is contained in:
Auxilor
2021-09-03 13:50:40 +01:00
parent 0a0f9e77c5
commit 90ec2f8a73
2 changed files with 7 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ allprojects {
} }
dependencies { dependencies {
compileOnly 'com.willfp:eco:6.4.0' compileOnly 'com.willfp:eco:6.7.0'
compileOnly 'org.jetbrains:annotations:19.0.0' compileOnly 'org.jetbrains:annotations:19.0.0'

6
jitpack.yml Normal file
View File

@@ -0,0 +1,6 @@
jdk: openjdk16
before_install:
- source "$HOME/.sdkman/bin/sdkman-init.sh"
- sdk update
- sdk install java 16.0.1-open
- sdk use java 16.0.1-open