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

@ -0,0 +1,17 @@
plugins {
id 'java'
id 'application'
}
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'
}
//runtimeOnly project(':trader-frontend')
test {
useJUnitPlatform()
}