master
bvn13 2022-08-13 04:09:55 +03:00
parent 9e5dc5797f
commit 530a4b353e
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,19 @@
plugins {
id 'java'
}
group 'me.bvn13.test.bigdecimal'
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}
test {
useJUnitPlatform()
}

View File

@ -0,0 +1,2 @@
rootProject.name = 'big-decimal'