Skip to content

Commit f70d140

Browse files
authored
Merge pull request #8 from imanushin/cleanupGradle
remove unnesesary statements
2 parents e1dd0e6 + 11758f7 commit f70d140

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

build.gradle.kts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import org.gradle.jvm.tasks.Jar
22

3-
val applicationStartClass = "com.imanushin.use.performance.StartKt"
4-
53
plugins {
64
java
75
kotlin("jvm") version embeddedKotlinVersion
@@ -18,15 +16,7 @@ repositories {
1816
}
1917

2018
dependencies {
21-
api(kotlin("stdlib-jdk8"))
22-
}
23-
24-
tasks {
25-
create<Jar>("singleJar") {
26-
manifest {
27-
attributes("Main-Class" to "com.imanushin.use.performance.StartKt")
28-
}
29-
}
19+
api(kotlin("stdlib"))
3020
}
3121

3222
// there are several issues with JMH plugin on Windows (it doesn't have fork method, so jmh tries to simulates that):

0 commit comments

Comments
 (0)