diff --git a/build.gradle b/build.gradle index d251dfa..465aa87 100644 --- a/build.gradle +++ b/build.gradle @@ -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 @@ -138,6 +138,6 @@ wrapper { nexusStaging { username = nexus.username password = nexus.password - numberOfRetries = 66 - delayBetweenRetriesInMillis = 6666 + numberOfRetries = 50 + delayBetweenRetriesInMillis = 5000 } \ No newline at end of file diff --git a/knitter/build.gradle b/knitter/build.gradle index cc86e88..866d4fa 100644 --- a/knitter/build.gradle +++ b/knitter/build.gradle @@ -3,7 +3,6 @@ plugins { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib" api project(':needle-core') @@ -24,7 +23,7 @@ publishing { publications { knitter(MavenPublication) { from components.kotlin - artifactId = "neede-knitter" + artifactId = "needle-knitter" artifact tasks.javadocJar artifact tasks.sourcesJar pom {