Compare commits

..

2 Commits

Author SHA1 Message Date
6729217223 Updated the modules 2021-02-18 21:58:58 +07:00
cebd793f89 Updated the modules gradle and removed some func 2021-02-18 21:58:24 +07:00
5 changed files with 4 additions and 4 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -15,7 +15,7 @@ plugins {
} }
allprojects { allprojects {
group = "com.cubetiqs.enterprise" group = "com.cubetiqs"
version = "0.0.1-SNAPSHOT" version = "0.0.1-SNAPSHOT"
tasks.withType<JavaCompile> { tasks.withType<JavaCompile> {

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists