File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,13 +41,8 @@ apply plugin: "io.freefair.lombok"
4141apply plugin : " com.github.johnrengelman.shadow"
4242apply plugin : " app.cash.licensee"
4343apply plugin : " com.jaredsburrows.license"
44- apply plugin : " application"
4544
4645
47- application {
48- mainClass = " org.polypheny.simpleclient.cli.Main"
49- }
50-
5146tasks. withType(JavaCompile ). configureEach {
5247 options. encoding = " UTF-8"
5348}
@@ -210,6 +205,7 @@ shadowJar {
210205 }
211206}
212207assemble. dependsOn shadowJar
208+
213209artifacts {
214210 // archives jar // regular jar containing only the compiled source
215211 archives shadowJar // fat jar which additionally contains all dependencies
@@ -245,22 +241,6 @@ compileJava.dependsOn(copyPolyphenyOldJdbcDriver)
245241compileJava. dependsOn(copyPolyphenyNewJdbcDriver)
246242
247243
248-
249- /* ------------ Local testing config ------------ */
250- processResources {
251- dependsOn copyPolyphenyOldJdbcDriver, copyPolyphenyNewJdbcDriver
252- from(' libs/polyphenyJdbcDrivers' ) {
253- rename { name -> name. replace(' .jar' , ' .zip' ) }
254- into ' libs/polyphenyJdbcDrivers'
255- }
256- }
257-
258- run {
259- dependsOn processResources
260- }
261- /* ---------------------------------------------- */
262-
263-
264244/**
265245 * IntelliJ
266246 */
You can’t perform that action at this time.
0 commit comments