Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit b912cc2

Browse files
committed
Changed source compatability
1 parent 4886977 commit b912cc2

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

build.gradle

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'maven'
44

55
group 'com.github.clusterws'
66
version '1.5'
7-
sourceCompatibility = 1.7
8-
targetCompatibility = 1.7
7+
sourceCompatibility = 1.8
8+
targetCompatibility = 1.8
99

1010
repositories {
1111
mavenCentral()
@@ -34,19 +34,3 @@ dependencies {
3434
task wrapper(type: Wrapper) {
3535
gradleVersion = '1.4'
3636
}
37-
38-
39-
task sourcesJar(type: Jar, dependsOn: classes) {
40-
classifier = 'sources'
41-
from sourceSets.main.allSource
42-
}
43-
44-
task javadocJar(type: Jar, dependsOn: javadoc) {
45-
classifier = 'javadoc'
46-
from javadoc.destinationDir
47-
}
48-
49-
artifacts {
50-
archives sourcesJar
51-
archives javadocJar
52-
}

0 commit comments

Comments
 (0)