You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!no_nexus && (nexus_url =="null"|| nexus_user =="null"|| nexus_pw =="null")) {
7
+
thrownewGradleException("property no_nexus='false' (or not defined) but at least one of the properties nexus_url, nexus_user or nexus_pw is not configured. Please configure those properties!")
* Modified from https://github.com/johnrengelman/shadow/blob/7.1.1/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/transformers/GroovyExtensionModuleTransformer.groovy
29
+
* ---
30
+
* Modified from eu.appsatori.gradle.fatjar.tasks.PrepareFiles.groovy
31
+
* <p>
32
+
* Resource transformer that merges Groovy extension module descriptor files into a single file. If there are several
33
+
* META-INF/services/org.codehaus.groovy.runtime.ExtensionModule resources spread across many JARs the individual
34
+
* entries will all be merged into a single META-INF/services/org.codehaus.groovy.runtime.ExtensionModule resource
35
+
* packaged into the resultant JAR produced by the shadowing process.
0 commit comments