This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 956b4daa2288a18588a5061fbf4ce5b20b595e8a Author: Goooler <[email protected]> AuthorDate: Sun Aug 14 09:54:47 2022 +0800 Remove redundant plugin applying --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index de05611c5f..9f8bcb573e 100644 --- a/build.gradle +++ b/build.gradle @@ -35,8 +35,6 @@ buildScanRecipes { archivesBaseName = 'groovy' -apply plugin: "com.github.jk1.dependency-license-report" - repositories { // todo Some repos are needed only for some configs. Declare them just for the configuration once Gradle allows this. maven { url 'https://repository.jboss.org/nexus/content/groups/m2-release-proxy' } // tools
