Skip to content

Commit 0f95e02

Browse files
committed
Gradle
1 parent 4b1db61 commit 0f95e02

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ hs_err_pid*
2525
# Folders
2626
.gradle/
2727
build/
28-
gradle/
2928
.idea/

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
plugins {
22
java
33
kotlin("jvm") version "1.3.72"
4+
id("com.github.johnrengelman.shadow") version "6.1.0"
45
}
56

67
group = "com.thoo.api"
7-
version = "1.0-SNAPSHOT"
8+
version = "1.0"
89

910
repositories {
1011
mavenCentral()
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)