Skip to content

Commit 52638f3

Browse files
eluchsingereluchsinger
authored andcommitted
Cleaned up client's Gradle
1 parent eefd174 commit 52638f3

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

Client/build.gradle

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
plugins {
2-
id 'maven-publish'
32
id 'java' // or 'groovy' Must be explicitly applied
43
id 'application'
5-
id 'com.github.johnrengelman.shadow' version '1.2.3'
64
}
75

86
repositories {
@@ -11,25 +9,6 @@ repositories {
119

1210
mainClassName = "controllers.MainApp"
1311

14-
shadowJar {
15-
baseName = 'wss-client-all'
16-
classifier = ''
17-
}
18-
19-
publishing {
20-
publications {
21-
shadow(MavenPublication) {
22-
from components.shadow
23-
artifactId = 'wss-client-all'
24-
}
25-
}
26-
}
27-
28-
task executeClient(type: JavaExec){
29-
main = "controllers.Main"
30-
classpath = sourceSets.main.runtimeClasspath
31-
}
32-
3312
dependencies {
3413
testCompile group: 'junit', name: 'junit', version: '4.11'
3514
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.+'

0 commit comments

Comments
 (0)