We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1db61 commit 0f95e02Copy full SHA for 0f95e02
3 files changed
.gitignore
@@ -25,5 +25,4 @@ hs_err_pid*
25
# Folders
26
.gradle/
27
build/
28
-gradle/
29
.idea/
build.gradle.kts
@@ -1,10 +1,11 @@
1
plugins {
2
java
3
kotlin("jvm") version "1.3.72"
4
+ id("com.github.johnrengelman.shadow") version "6.1.0"
5
}
6
7
group = "com.thoo.api"
-version = "1.0-SNAPSHOT"
8
+version = "1.0"
9
10
repositories {
11
mavenCentral()
gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,5 @@
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
0 commit comments