Skip to content

Commit d5ddcee

Browse files
SONAR-25638 Revert "Publish the scanner engine fat JAR"
This reverts commit 30865c7d607a75722273e9afe6352946c6f2f342.
1 parent 15e48e7 commit d5ddcee

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

sonar-scanner-engine-shaded/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ dependencies {
1010
api project(':sonar-scanner-engine')
1111
}
1212

13-
artifactoryPublish.skip = !deployCommunity
14-
1513
jar {
1614
manifest {
1715
attributes(
@@ -21,13 +19,3 @@ jar {
2119
)
2220
}
2321
}
24-
25-
// Used by the scanner integration tester
26-
publishing {
27-
publications {
28-
mavenJava(MavenPublication) {
29-
from components.java
30-
artifact shadowJar
31-
}
32-
}
33-
}

0 commit comments

Comments
 (0)