File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ examples:publishToMavenLocal
102102kotlin-api:publishToMavenLocal
103103examples:knows
104104examples:shadowJar
105- uploadArchives
106105core:uploadArchives
107106examples:uploadArchives
108107kotlin-api:uploadArchives
@@ -261,7 +260,6 @@ shadowJar
261260uploadArchives
262261uploadArchives
263262uploadArchives
264- uploadArchives
265263check
266264check
267265check
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88allprojects {
99 group = ' org.jetbrains.kotlin.spark'
10- version = ' 0.0.2 '
10+ version = ' 0.0.5 '
1111 apply plugin : " com.jfrog.artifactory"
1212 apply plugin : " maven-publish"
1313 apply plugin : " maven"
@@ -41,3 +41,4 @@ artifactory {
4141 }
4242 }
4343}
44+
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
7- implementation ' org.jetbrains.kotlin:kotlin-reflect:1.3.71 '
7+ implementation ' org.jetbrains.kotlin:kotlin-reflect:1.3.72 '
88 implementation ' org.apache.spark:spark-core_2.12:3.0.0-preview2'
99 implementation ' org.apache.spark:spark-sql_2.12:3.0.0-preview2'
1010 implementation project(' :core' )
3030 useJUnitPlatform()
3131}
3232
33- task sourceJar (type : Jar ) {
34- from sourceSets. main. allJava
35- }
33+ artifactoryPublish. dependsOn kotlinSourcesJar
3634
37- artifactoryPublish. dependsOn sourceJar
You can’t perform that action at this time.
0 commit comments