We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011a300 commit 7661bcaCopy full SHA for 7661bca
build.gradle
@@ -24,7 +24,10 @@ repositories {
24
maven {
25
url = 'https://repo.codemc.io/repository/maven-public/'
26
}
27
- maven { url = 'https://jitpack.io' }
+ maven {
28
+ url "https://jitpack.io"
29
+ credentials { username authToken }
30
+ }
31
32
33
dependencies {
@@ -38,7 +41,7 @@ dependencies {
38
41
compileOnly 'me.clip:placeholderapi:2.10.10'
39
42
// Engine
40
43
compileOnly 'com.github.getplusm:Engine:2.4.4'
- compileOnly files('D:/eclipse work/plazmer-engine-coins/build/libs/CoinsEngine-1.0.0.jar')
44
+ compileOnly 'com.github.getplusm:CoinsEngine:1.0.2'
45
46
47
def targetJavaVersion = 17
0 commit comments