Created separate project for frontend

This commit is contained in:
Ziver Koc 2021-11-20 23:03:05 +01:00
parent 030531277c
commit 64edb1219a
95 changed files with 27768 additions and 25 deletions

View file

@ -1,22 +1,9 @@
plugins {
id 'java'
}
group 'se.koc.trader'
version '0.0-SNAPSHOT'
repositories {
mavenLocal()
mavenCentral()
allprojects {
repositories {
mavenLocal()
mavenCentral()
}
}
dependencies {
implementation("se.koc:zutil:1.0.0-SNAPSHOT")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}
test {
useJUnitPlatform()
}