Skip to content

Commit ae1257c

Browse files
authored
Merge pull request #229 from jdaugherty/8.0.x
cleanup build so sources & javadoc are included properly
2 parents 680ca9d + bb608c7 commit ae1257c

File tree

4 files changed

+3
-132
lines changed

4 files changed

+3
-132
lines changed

plugin/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ group = "org.grails.plugins"
1313

1414
apply plugin: 'groovy'
1515
apply plugin: 'java-library'
16+
1617
apply plugin: 'org.grails.grails-plugin'
1718

1819
dependencies {
@@ -41,7 +42,5 @@ dependencies {
4142
apply from: rootProject.layout.projectDirectory.file('gradle/java-config.gradle')
4243
apply from: rootProject.layout.projectDirectory.file('gradle/test-config.gradle')
4344

44-
// groovy docs will be generated by the docs project
45-
tasks.withType(Groovydoc).configureEach {
46-
enabled = false
47-
}
45+
// While the aggregated groovydoc will be generated for the project documentation, we must still leave the groovydoc
46+
// task for this project enabled so the javadoc is generated and included in the published javadoc jar file

plugin/grails-app/conf/application.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

plugin/grails-app/conf/logback.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

plugin/grails-app/init/cache/Application.groovy

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)