Skip to content

Commit db66d54

Browse files
committed
Try build without javadoc-links plugin
1 parent 1e1c932 commit db66d54

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ buildscript {
1111

1212
classpath "gradle.plugin.de.fuerstenau:BuildConfigPlugin:$buildConfigPluginVersion"
1313
classpath "com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion"
14-
classpath "io.freefair.gradle:gradle-plugins:$freefairPluginsVersion"
1514
}
1615
}
1716

gradle/versions.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ext {
77
errorpronePluginVersion = '0.3'
88
gradleVersionsPluginVersion = '0.20.0'
99
buildConfigPluginVersion = '1.1.8'
10-
freefairPluginsVersion = '2.4.2'
1110
spotbugsPluginVersion = '1.6.2'
1211

1312
jacocoVersion = '0.8.1'

library/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ apply plugin: 'pmd'
1717

1818
apply plugin: 'com.github.ben-manes.versions'
1919
apply plugin: 'de.fuerstenau.buildconfig'
20-
apply plugin: 'io.freefair.javadoc-links'
2120

2221
apply plugin: 'idea'
2322

0 commit comments

Comments
 (0)