Skip to content

Commit

Permalink
Back to genPatches
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Oct 25, 2024
1 parent e8332c0 commit 094e396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-local-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew generatePackageInfos

- name: Gen patches
run: ./gradlew :neoforge:unpackSourcePatches
run: ./gradlew :neoforge:genPatches

- name: Run datagen with Gradle
run: ./gradlew :neoforge:runData :tests:runData
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project.plugins.apply('com.diffplug.spotless')

abstract class GeneratePackageInfos extends DefaultTask {
@InputFiles
@PathSensitive(PathSensitivity.NONE)
@PathSensitive(PathSensitivity.RELATIVE)
abstract ConfigurableFileCollection getFiles();

@TaskAction
Expand Down

0 comments on commit 094e396

Please sign in to comment.