Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 59034b1

Browse files
committed
Updated gradle version
1 parent 741dcbf commit 59034b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publishing {
6666
version = artifactVersion
6767
from(components["kotlin"])
6868

69-
artifact(sourcesJar)
69+
//artifact(sourcesJar)
7070

7171
pom.withXml {
7272
asNode().apply {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)