Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan authored and Dylan committed Sep 6, 2020
1 parent 9b1aaf0 commit 8b2ad0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
apply from: 'dependencies.gradle'
allprojects {
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'application'
repositories {
mavenLocal()
Expand All @@ -20,6 +21,9 @@ allprojects {
startScripts {
enabled = false
}

distZip.classifier = 'shadow'
distTar.classifier = 'shadow'
}

subprojects {
Expand Down
1 change: 0 additions & 1 deletion yoga-business/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version '1.0.0'


subprojects {
dependencies {
implementation project(':yoga-core:yoga-common')
Expand Down
3 changes: 0 additions & 3 deletions yoga-sms/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version '1.0.0'

jar {
enabled = false
}
subprojects {
dependencies {
implementation project(':yoga-core:yoga-common')
Expand Down

0 comments on commit 8b2ad0f

Please sign in to comment.