-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or requestfeedback requestedFurther information is requestedFurther information is requested
Description
Related problem or need
When versioning your resource packs and doing so inside a gradle multi-module project, it could be really usefull to have PackSquash gradle task that can have options like the sourceSets path (to know which files to include/exclude) and the outputDirectory for it.
Proposed solution
Having the ability to add a gradle plugin with the packSquash tool defining it in the build.gradle like this:
plugins {
id 'packsquash'
}
packSquash {
include 'src' // Maybe just take this by default
excluse 'some-file.txt'
outputDir rootProject.file('build/release')
}Alternative solutions
Nothing I can think of right now
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeedback requestedFurther information is requestedFurther information is requested