forked from Chat_things/NeuroDock
Updated build.gradle to now include some Unit tests
Started implumenting Unit Tests
This commit is contained in:
@@ -21,6 +21,12 @@ subprojects {
|
||||
implementation("org.json:json:20250107")
|
||||
implementation("com.github.docker-java:docker-java:3.4.1")
|
||||
implementation("org.jetbrains:annotations:23.1.0")
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar, dependsOn: classes) {
|
||||
|
||||
Reference in New Issue
Block a user