Skip to content

Commit 7661bca

Browse files
committed
jitpack init
1 parent 011a300 commit 7661bca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ repositories {
2424
maven {
2525
url = 'https://repo.codemc.io/repository/maven-public/'
2626
}
27-
maven { url = 'https://jitpack.io' }
27+
maven {
28+
url "https://jitpack.io"
29+
credentials { username authToken }
30+
}
2831
}
2932

3033
dependencies {
@@ -38,7 +41,7 @@ dependencies {
3841
compileOnly 'me.clip:placeholderapi:2.10.10'
3942
// Engine
4043
compileOnly 'com.github.getplusm:Engine:2.4.4'
41-
compileOnly files('D:/eclipse work/plazmer-engine-coins/build/libs/CoinsEngine-1.0.0.jar')
44+
compileOnly 'com.github.getplusm:CoinsEngine:1.0.2'
4245
}
4346

4447
def targetJavaVersion = 17

0 commit comments

Comments
 (0)