Created separate project for frontend
This commit is contained in:
parent
030531277c
commit
64edb1219a
95 changed files with 27768 additions and 25 deletions
17
trader-backend/build.gradle
Normal file
17
trader-backend/build.gradle
Normal 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()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue