Skip to content

Commit 39bd3c8

Browse files
committed
Updated project gradle structure
1 parent e1682b8 commit 39bd3c8

File tree

6 files changed

+2
-9
lines changed

6 files changed

+2
-9
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ plugins {
2828
sourceCompatibility = JavaVersion.VERSION_1_8
2929
targetCompatibility = JavaVersion.VERSION_1_8
3030

31-
sourceSets {
32-
main {
33-
java.srcDirs 'src'
34-
resources.srcDirs 'resources'
35-
}
36-
}
37-
3831
repositories {
3932
mavenCentral()
4033
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Sep 17 12:08:20 CEST 2017
1+
#Sun Sep 17 20:50:36 CEST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
File renamed without changes.

0 commit comments

Comments
 (0)