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.
move generated unpick definition outputs to fileConstants.buildDir
move unpick.json to unpick/ and unpick definitions to unpick/definitions/ add UnpickGenTask::getGeneratedUnpickDefinitions refine CombineUnpickDefinitionsTask and its configuration add unpick/definitions/ to CombineUnpickDefinitionsTask's input in build.gradle rename OpenGlConstantUnpickGeneratorTask -> OpenGlConstantUnpickGenTask make unpick.json's location configurable via MappingsExtension and configure it in build.gradle remove all unpick-related files from FileConstants (obsolete, or only used once in which case inlined)
- Loading branch information
1 parent
f978108
commit 4f8fb2b
Showing
26 changed files
with
118 additions
and
80 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
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
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
8 changes: 7 additions & 1 deletion
8
buildSrc/src/main/java/quilt/internal/tasks/unpick/gen/UnpickGenTask.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,7 +1,13 @@ | ||
package quilt.internal.tasks.unpick.gen; | ||
|
||
import org.gradle.api.Task; | ||
import org.gradle.api.file.FileCollection; | ||
import org.gradle.api.tasks.OutputFiles; | ||
|
||
public interface UnpickGenTask extends Task { | ||
// TODO add a way to retrieve output unpick files | ||
// TODO would it be better to just assume UnpickGenTasks *only* output unpick definitions? | ||
// Then in MappingsPlugin we could just do: | ||
// combineUnpickDefinitions.getUnpickDefinitions().builtBy(project.getTasks().withType(UnpickGenTask.class)); | ||
@OutputFiles | ||
FileCollection getGeneratedUnpickDefinitions(); | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4f8fb2b
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.
View the diff here (2/3):
4f8fb2b
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.
With commit 4f8fb2b, 174 file(s) were updated with 525 line(s) added and 542 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
4f8fb2b
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.
View the diff here (3/3):