Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ group = "org.grails.plugins"

apply plugin: 'groovy'
apply plugin: 'java-library'

apply plugin: 'org.grails.grails-plugin'

dependencies {
Expand Down Expand Up @@ -41,7 +42,5 @@ dependencies {
apply from: rootProject.layout.projectDirectory.file('gradle/java-config.gradle')
apply from: rootProject.layout.projectDirectory.file('gradle/test-config.gradle')

// groovy docs will be generated by the docs project
tasks.withType(Groovydoc).configureEach {
enabled = false
}
// While the aggregated groovydoc will be generated for the project documentation, we must still leave the groovydoc
// task for this project enabled so the javadoc is generated and included in the published javadoc jar file
99 changes: 0 additions & 99 deletions plugin/grails-app/conf/application.yml

This file was deleted.

17 changes: 0 additions & 17 deletions plugin/grails-app/conf/logback.xml

This file was deleted.

12 changes: 0 additions & 12 deletions plugin/grails-app/init/cache/Application.groovy

This file was deleted.

Loading