-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6271ac4
commit 6217779
Showing
5 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
...-plugin/src/main/java/io/freefair/gradle/plugins/aspectj/internal/AspectJCompileSpec.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
maven-plugin/src/main/java/io/freefair/gradle/plugins/maven/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* This package contains {@link org.gradle.api.plugins.MavenPlugin maven} publishing related {@link org.gradle.api.Plugin plugins}. | ||
* This package contains {@link org.gradle.api.publish.maven.plugins.MavenPublishPlugin maven} publishing related {@link org.gradle.api.Plugin plugins}. | ||
* | ||
* @author Lars Grefer | ||
*/ | ||
package io.freefair.gradle.plugins.maven; | ||
package io.freefair.gradle.plugins.maven; |