File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
<groupId >pl.dmichalski</groupId >
8
8
<artifactId >algorithms-and-data-structures</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
+ <name >Algorithms and data structure</name >
10
11
11
12
<properties >
12
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
+ <kotlin .version>1.4.10</kotlin .version>
13
15
<spock-core .version>1.1-groovy-2.4</spock-core .version>
14
16
<groovy-all .version>2.4.11</groovy-all .version>
15
- <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
16
17
<maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
17
18
<gmavenplus-plugin .version>1.10.0</gmavenplus-plugin .version>
18
- <kotlin .version>1.4.10</kotlin .version>
19
19
<kotlin-maven-plugin .jvmTarget>11</kotlin-maven-plugin .jvmTarget>
20
20
</properties >
21
21
22
22
<dependencies >
23
+ <dependency >
24
+ <groupId >org.jetbrains.kotlin</groupId >
25
+ <artifactId >kotlin-stdlib</artifactId >
26
+ <version >${kotlin.version} </version >
27
+ </dependency >
23
28
<dependency >
24
29
<groupId >org.spockframework</groupId >
25
30
<artifactId >spock-core</artifactId >
32
37
<version >${groovy-all.version} </version >
33
38
<scope >test</scope >
34
39
</dependency >
35
- <dependency >
36
- <groupId >org.jetbrains.kotlin</groupId >
37
- <artifactId >kotlin-stdlib</artifactId >
38
- <version >${kotlin.version} </version >
39
- </dependency >
40
40
</dependencies >
41
41
42
42
<build >
You can’t perform that action at this time.
0 commit comments