We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit b91cd49Copy full SHA for b91cd49
build.gradle
@@ -0,0 +1,20 @@
1
+plugins {
2
+ id 'groovy'
3
+ id 'java'
4
+}
5
+
6
+group 'lv.id.jc'
7
+version '1.0'
8
9
+repositories {
10
+ mavenCentral()
11
12
13
+dependencies {
14
+ testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
15
+ testImplementation 'org.codehaus.groovy:groovy-all:3.0.8'
16
17
18
+test {
19
+ useJUnitPlatform()
20
settings.gradle
@@ -0,0 +1,2 @@
+rootProject.name = 'search-algorithm'
0 commit comments