Skip to content

Commit

Permalink
apps/build.gradle: register tasks for TestIssue5298 and TestIssue5328
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 27, 2024
1 parent 2e2673d commit daf4eb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ tasks.register('TestIssue5289', JavaExec) {
description 'Runs the test for issue 5289.'
mainClass = 'com.github.stephengold.wrench.test.issue.TestIssue5289'
}
tasks.register('TestIssue5298', JavaExec) {
description 'Runs the test for issue 5298.'
mainClass = 'com.github.stephengold.wrench.test.issue.TestIssue5298'
}
tasks.register('TestIssue5303', JavaExec) {
description 'Runs the test for issue 5303.'
mainClass = 'com.github.stephengold.wrench.test.issue.TestIssue5303'
}
tasks.register('TestIssue5328', JavaExec) {
description 'Runs the test for issue 5328.'
mainClass = 'com.github.stephengold.wrench.test.issue.TestIssue5328'
}

application {
mainClass = 'com.github.stephengold.wrench.test.CompareLoaders'
Expand Down

0 comments on commit daf4eb1

Please # to comment.