Updates argument parser to be more complete

This commit is contained in:
zontreck 2023-12-05 11:31:58 -07:00
parent 42795e0841
commit 87287179c6
12 changed files with 319 additions and 41 deletions

View file

@ -55,8 +55,12 @@ repositories {
dependencies {
implementation "dev.zontreck:EventsBus:${Bus_API}.${Bus_Patch}"
api "dev.zontreck:EventsBus:${Bus_API}.${Bus_Patch}:sources"
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
}
def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword"
@ -82,3 +86,7 @@ publishing {
}
}
}
test {
useJUnitPlatform()
}