File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 11plugins {
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
86repositories {
@@ -11,25 +9,6 @@ repositories {
119
1210mainClassName = " 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-
3312dependencies {
3413 testCompile group : ' junit' , name : ' junit' , version : ' 4.11'
3514 compile group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.+'
You can’t perform that action at this time.
0 commit comments