Skip to content

Commit

Permalink
Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
thoo0224 committed Dec 5, 2020
1 parent 4b1db61 commit 0f95e02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ hs_err_pid*
# Folders
.gradle/
build/
gradle/
.idea/
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
plugins {
java
kotlin("jvm") version "1.3.72"
id("com.github.johnrengelman.shadow") version "6.1.0"
}

group = "com.thoo.api"
version = "1.0-SNAPSHOT"
version = "1.0"

repositories {
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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 comments on commit 0f95e02

Please sign in to comment.