Skip to content

Commit

Permalink
Rename EDSL Constraints JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Feb 26, 2025
1 parent cf73170 commit af48f40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions constraints/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ java {
}
}

jar {
archiveBaseName = 'constraints_edsl'
}


test {
useJUnitPlatform()
testLogging {
Expand Down

0 comments on commit af48f40

Please sign in to comment.