Skip to content

Commit

Permalink
No need to apply java and groovy plugins when we depend on groovy-gra…
Browse files Browse the repository at this point in the history
…dle-plugin
  • Loading branch information
andygoossens committed Aug 19, 2021
1 parent 5a3a74b commit 97965b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
plugins {
id 'java-gradle-plugin'
id 'groovy-gradle-plugin'
id 'maven-publish'
id 'com.gradle.plugin-publish' version '0.15.0'
}

apply plugin: 'groovy'
apply plugin: 'java'

apply from: "$rootDir/gradle/gradle-plugin-publishing.gradle"

// To publish, use these tasks:
Expand Down

0 comments on commit 97965b0

Please sign in to comment.