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
########## Properties for publishing to Maven Central ##########
11
10
12
11
mavenCentralAutomaticPublishing=true
12
+
mavenCentralDeploymentValidation=PUBLISHED
13
13
mavenCentralPublishing=true
14
14
signAllPublications=true
15
15
16
+
GROUP=com.gradleup.shadow
17
+
POM_ARTIFACT_ID=shadow-gradle-plugin
18
+
VERSION_NAME=8.3.10-SNAPSHOT
19
+
16
20
POM_NAME=Shadow Gradle Plugin
17
21
POM_DESCRIPTION=Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
0 commit comments