Skip to content

Commit 48427fa

Browse files
olme04Abduqodiri Qurbonzoda
authored andcommitted
Minor cleanup of buildscripts
1 parent 8c5fc98 commit 48427fa

File tree

4 files changed

+8
-42
lines changed

4 files changed

+8
-42
lines changed

gradle.properties

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
1-
# Set up your maven coordinates here, artifactId is defined per project.
2-
group = org.jetbrains.kotlinx
3-
version = 0.4.1
1+
group=org.jetbrains.kotlinx
2+
version=0.4.1
43

5-
kotlin.code.style=official
64
kotlin_version=1.6.0
75
jmhVersion=1.21
8-
junit_version=4.12
9-
106
infra_version=0.3.0-dev-64
117

12-
node_version = 8.9.4
13-
npm_version = 5.7.1
14-
8+
kotlin.code.style=official
159
kotlin.incremental.multiplatform=true
16-
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
17-
1810
kotlin.mpp.enableGranularSourceSetsMetadata=true
1911
kotlin.mpp.enableCompatibilityMetadataVariant=true
20-
2112
kotlin.native.distribution.type=prebuilt
2213

23-
# Workaround for Bintray treating .sha512 files as artifacts
24-
# https://github.com/gradle/gradle/issues/11412
25-
systemProp.org.gradle.internal.publish.checksums.insecure=true
14+
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

gradle/shared.gradle

Lines changed: 0 additions & 19 deletions
This file was deleted.

plugin/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ dependencies {
8686
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
8787
compileOnly "org.openjdk.jmh:jmh-generator-bytecode:$jmhVersion" // used in worker
8888

89-
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
89+
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
9090
testImplementation gradleTestKit()
91-
testImplementation "junit:junit:$junit_version"
9291

9392
/*
9493
// This is needed for test to get it on classpath and run

plugin/gradle.properties

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
kotlin.code.style=official
2-
3-
# Set up your maven coordinates here, artifactId is defined per project.
4-
version = 0.4.1
5-
group = org.jetbrains.kotlinx
1+
group=org.jetbrains.kotlinx
2+
version=0.4.1
63

74
kotlin_version=1.6.0
85
jmhVersion=1.21
9-
junit_version=4.12
106
infra_version=0.3.0-dev-64
117

8+
kotlin.code.style=official

0 commit comments

Comments
 (0)