Rename module to external-sop and make backend in tests configurable

This commit is contained in:
Paul Schaub 2023-01-07 15:23:57 +01:00
parent 28912618ea
commit e602cc16cc
12 changed files with 80 additions and 30 deletions

View file

@ -8,10 +8,12 @@ allprojects {
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
jsrVersion = '3.0.2'
junitVersion = '5.8.2'
junitSysExitVersion = '1.1.2'
picocliVersion = '4.6.3'
logbackVersion = '1.2.11'
mockitoVersion = '4.5.1'
jsrVersion = '3.0.2'
picocliVersion = '4.6.3'
slf4jVersion = '1.7.36'
}
}