File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/de/thetaphi/forbiddenapis/gradle Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,8 @@ public class CheckForbiddenApis extends DefaultTask implements PatternFilterable
120120
121121 /**
122122 * Directories with the class files to check.
123- * Defaults to current sourseSet's output directory (Gradle 2/ 3) or output directories (Gradle 4.0+).
123+ * Defaults to current sourseSet's output directory (Gradle 3) or output directories (Gradle 4.0+).
124124 */
125- // no @InputDirectories, we use separate getter for a list of all input files
126125 @ Internal
127126 public FileCollection getClassesDirs () {
128127 return classesDirs ;
@@ -136,7 +135,7 @@ public void setClassesDirs(FileCollection classesDirs) {
136135
137136 /**
138137 * Directory with the class files to check.
139- * Defaults to current sourseSet's output directory (Gradle 2/ 3 only).
138+ * Defaults to current sourseSet's output directory (Gradle 3 only).
140139 * @deprecated use {@link #getClassesDirs()} instead. If there are more than one
141140 * {@code classesDir} set by {@link #setClassesDirs(FileCollection)}, this getter may
142141 * throw an exception!
You can’t perform that action at this time.
0 commit comments