mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 02:09:42 +02:00
Wip: Add TempDirProvider
This commit is contained in:
parent
3eb2503852
commit
e3b618a0a8
4 changed files with 44 additions and 5 deletions
|
@ -23,6 +23,9 @@ dependencies {
|
|||
|
||||
// Compare version strings
|
||||
implementation 'org.apache.maven:maven-artifact:3.6.3'
|
||||
|
||||
// @Nonnull, @Nullable...
|
||||
implementation "com.google.code.findbugs:jsr305:$jsrVersion"
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue