forked from QuiltMC/quilt-mappings
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename task generateDiff -> diffTarget
make diffTarget a TargetVersionConsumingTask
- Loading branch information
1 parent
e2a51c4
commit 481c090
Showing
3 changed files
with
15 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
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
11 changes: 11 additions & 0 deletions
11
buildSrc/src/main/java/quilt/internal/task/diff/DiffTargetTask.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package quilt.internal.task.diff; | ||
|
||
import org.gradle.api.tasks.TaskContainer; | ||
import quilt.internal.plugin.TargetDiffPlugin; | ||
|
||
public abstract class DiffTargetTask extends DiffDirectoriesTask implements TargetVersionConsumingTask { | ||
/** | ||
* {@linkplain TaskContainer#register Registered} by {@link TargetDiffPlugin}. | ||
*/ | ||
public static final String DIFF_TARGET_TASK_NAME = "diffTarget"; | ||
} |
481c090
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No difference between head and target.