Skip to content

Commit

Permalink
no changes to build-jar.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoigt-sag authored May 6, 2024
1 parent a833594 commit f12caff
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions build-jar.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'java'
id "org.jetbrains.kotlin.jvm" version "$kotlinVersion"
id 'maven-publish'
}

jar {
Expand All @@ -13,22 +12,6 @@ repositories {
mavenCentral()
}

publishing {
publications {
maven(MavenPublication) {
groupId = 'com.cumulocity'
artifactId = 'cumulocity-clients-kotlin'
version = '10.18.0-269'
from components.java
}
}
repositories {
maven {
url = layout.buildDirectory.dir('mavenRepo')
}
}
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
Expand Down

0 comments on commit f12caff

Please sign in to comment.