Skip to content

Commit

Permalink
fix: gradle tasks should not up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 11, 2024
1 parent af9aa56 commit 30bf79f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ test {
}

tasks.register('generateModuleDocumentation') {
outputs.upToDateWhen { false }
test {
filter {
includeTestsMatching 'ModuleDocumentationGeneratorTest.buildModuleDocumentation'
Expand All @@ -151,6 +152,7 @@ tasks.register('generateModuleDocumentation') {
tasks.modrinthSyncBody.dependsOn(generateModuleDocumentation)

tasks.register('generateMixinRegistry') {
outputs.upToDateWhen { false }
test {
filter {
includeTestsMatching 'MixinRegistryGeneratorTest.generate'
Expand Down

0 comments on commit 30bf79f

Please sign in to comment.