mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-08-07 19:53:29 +02:00
Fixing branch setup to match main
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
plugins {
|
||||
// Apply the java Plugin to add support for Java.
|
||||
id 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
// Use Maven Central for resolving dependencies.
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation libs.junit4
|
||||
}
|
||||
|
||||
java {
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnit()
|
||||
}
|
Reference in New Issue
Block a user