Skip to content

Commit 49dfc03

Browse files
committed
Version 0.0.5 deploys correctly
1 parent 1488cfc commit 49dfc03

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.gradletasknamecache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ examples:publishToMavenLocal
102102
kotlin-api:publishToMavenLocal
103103
examples:knows
104104
examples:shadowJar
105-
uploadArchives
106105
core:uploadArchives
107106
examples:uploadArchives
108107
kotlin-api:uploadArchives
@@ -261,7 +260,6 @@ shadowJar
261260
uploadArchives
262261
uploadArchives
263262
uploadArchives
264-
uploadArchives
265263
check
266264
check
267265
check

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
allprojects {
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+

kotlin-api/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
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')
@@ -30,8 +30,5 @@ test {
3030
useJUnitPlatform()
3131
}
3232

33-
task sourceJar(type: Jar) {
34-
from sourceSets.main.allJava
35-
}
33+
artifactoryPublish.dependsOn kotlinSourcesJar
3634

37-
artifactoryPublish.dependsOn sourceJar

0 commit comments

Comments
 (0)