Initial Commit
This commit is contained in:
commit
42e01c4b78
12 changed files with 739 additions and 0 deletions
28
build.gradle
Normal file
28
build.gradle
Normal file
|
@ -0,0 +1,28 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group 'de.pauljako'
|
||||
version '1.0.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name "craftsblockReleases"
|
||||
url "https://repo.craftsblock.de/releases"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'de.craftsblock:craftsnet:3.2.2-SNAPSHOT'
|
||||
implementation 'de.craftsblock.craftscore:CraftsCore:3.7.53-SNAPSHOT'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||
implementation 'com.google.code.gson:gson:2.10'
|
||||
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue