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.
1 parent 387a664 commit 7600354Copy full SHA for 7600354
gradle/publish-config.gradle
@@ -16,19 +16,4 @@ extensions.configure(GrailsPublishExtension) {
16
'puneetbehl': 'Puneet Behl',
17
'jamesfredley': 'James Fredley'
18
]
19
-}
20
-
21
-// Add sources and javadoc jar tasks
22
-// java.withSourcesJar() and java.withJavadocJar() is not compatible here with GrailsPublishPlugin
23
-if (!tasks.findByName('sourcesJar')) {
24
- tasks.register('sourcesJar', Jar) {
25
- archiveClassifier = 'sources'
26
- from sourceSets.main.allSource
27
- }
28
29
-if (!tasks.findByName('javadocJar')) {
30
- tasks.register('javadocJar', Jar) {
31
- archiveClassifier = 'javadoc'
32
- from javadoc.destinationDir
33
34
}
0 commit comments