This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new abef390  Remove outdated javadoc hotfix (#1074)
abef390 is described below

commit abef3904bb5b8b6930a54f3527e438f6fdd40ee1
Author: Daniel.Sun <sun...@apache.org>
AuthorDate: Sat Nov 9 19:42:38 2019 +0800

    Remove outdated javadoc hotfix (#1074)
    
    (cherry picked from commit 9e952112db70ab372371bef5603a36618869871a)
---
 build.gradle       | 6 ------
 gradle/docs.gradle | 5 -----
 2 files changed, 11 deletions(-)

diff --git a/build.gradle b/build.gradle
index 2f6439f..7299e39 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,10 +26,6 @@ buildscript {
         }
         jcenter()
         maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
-        maven{
-            name 'Bintray Javadoc Hotfix repo'
-            url 'https://dl.bintray.com/melix/gradle-javadoc-hotfix-plugin'
-        }
         maven {
             url "https://plugins.gradle.org/m2/";
         }
@@ -42,7 +38,6 @@ buildscript {
         // using the old "classpath" style of plugins because the new one 
doesn't play well with multi-modules
         classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.8'
         classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3"
-        classpath 'me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1'
         //classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
         classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1"
         classpath "gradle.plugin.com.github.jk1:gradle-license-report:1.3"
@@ -75,7 +70,6 @@ ext.isReleaseVersion = 
!groovyVersion.toLowerCase().endsWith("snapshot")
 apply from: 'gradle/bad-practices.gradle'
 //apply from: 'gradle/indy.gradle'
 apply from: 'gradle/publish.gradle'
-apply plugin: 'javadocHotfix'
 apply plugin: "com.github.jk1.dependency-license-report"
 
 File javaHome = new File(System.getProperty('java.home'))
diff --git a/gradle/docs.gradle b/gradle/docs.gradle
index 627b080..530e0c0 100644
--- a/gradle/docs.gradle
+++ b/gradle/docs.gradle
@@ -187,11 +187,6 @@ task docGDK {
     }
 }
 
-// apply javadoc fix tool to generated javadocs - ensures no vulnerability 
even on old JDK versions
-allprojects {
-    apply plugin: 'javadocHotfix'
-}
-
 javadocAll.options.source = '1.8'
 
 if (JavaVersion.current().isJava8Compatible()) {

Reply via email to