We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f80a7d + 7600354 commit ec86f71Copy full SHA for ec86f71
gradle/publish-config.gradle
@@ -14,19 +14,4 @@ extensions.configure(GrailsPublishExtension) {
14
'puneetbehl': 'Puneet Behl',
15
'jamesfredley': 'James Fredley'
16
]
17
-}
18
-
19
-// Add sources and javadoc jar tasks
20
-// java.withSourcesJar() and java.withJavadocJar() is not compatible here with GrailsPublishPlugin
21
-if (!tasks.findByName('sourcesJar')) {
22
- tasks.register('sourcesJar', Jar) {
23
- archiveClassifier = 'sources'
24
- from sourceSets.main.allSource
25
- }
26
27
-if (!tasks.findByName('javadocJar')) {
28
- tasks.register('javadocJar', Jar) {
29
- archiveClassifier = 'javadoc'
30
- from javadoc.destinationDir
31
32
}
0 commit comments