Skip to content

Commit

Permalink
Kotlin Artifact fixes, Version bump (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon authored Sep 9, 2020
1 parent b50f7e9 commit 66c6de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
ext.nexus.url = nexus.target.equals('SNAPSHOT') ? ossSnapshotsRepositoryUrl : ossReleasesRepositoryUrl

group "org.sheinbergon"
version "0.1.1"
version "0.1.2"

sourceCompatibility = 11

Expand Down Expand Up @@ -138,6 +138,6 @@ wrapper {
nexusStaging {
username = nexus.username
password = nexus.password
numberOfRetries = 66
delayBetweenRetriesInMillis = 6666
numberOfRetries = 50
delayBetweenRetriesInMillis = 5000
}
3 changes: 1 addition & 2 deletions knitter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib"

api project(':needle-core')
Expand All @@ -24,7 +23,7 @@ publishing {
publications {
knitter(MavenPublication) {
from components.kotlin
artifactId = "neede-knitter"
artifactId = "needle-knitter"
artifact tasks.javadocJar
artifact tasks.sourcesJar
pom {
Expand Down

0 comments on commit 66c6de9

Please sign in to comment.