diff --git a/build.gradle b/build.gradle index b600c82..aa00b6d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ group 'nl.astraeus.tst' -version '1.0' +version '1.0.1' apply plugin: 'kotlin' apply plugin: 'idea' apply plugin: 'application' +apply plugin: 'maven' sourceSets { main.java.srcDirs += 'src' @@ -11,7 +12,7 @@ mainClassName = "nl.astraeus.tst.MainKt" -sourceCompatibility = 1.8 +sourceCompatibility = 1.6 repositories { maven { @@ -37,14 +38,12 @@ uploadArchives { repositories { - apply plugin: 'maven' - mavenDeployer { repository(url: "http://nexus.astraeus.nl/nexus/content/repositories/releases") { authentication(userName: nexusUsername, password: nexusPassword) } - pom.version = "1.0" + pom.version = "1.0.1" pom.artifactId = "gradle-tst" pom.groupId = "nl.astraeus.tst" } diff --git a/build.gradle b/build.gradle index b600c82..aa00b6d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ group 'nl.astraeus.tst' -version '1.0' +version '1.0.1' apply plugin: 'kotlin' apply plugin: 'idea' apply plugin: 'application' +apply plugin: 'maven' sourceSets { main.java.srcDirs += 'src' @@ -11,7 +12,7 @@ mainClassName = "nl.astraeus.tst.MainKt" -sourceCompatibility = 1.8 +sourceCompatibility = 1.6 repositories { maven { @@ -37,14 +38,12 @@ uploadArchives { repositories { - apply plugin: 'maven' - mavenDeployer { repository(url: "http://nexus.astraeus.nl/nexus/content/repositories/releases") { authentication(userName: nexusUsername, password: nexusPassword) } - pom.version = "1.0" + pom.version = "1.0.1" pom.artifactId = "gradle-tst" pom.groupId = "nl.astraeus.tst" } diff --git a/gradle-tst.iml b/gradle-tst.iml index 92431eb..3c1af8a 100644 --- a/gradle-tst.iml +++ b/gradle-tst.iml @@ -1,5 +1,5 @@ - + @@ -21,12 +21,5 @@ - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index b600c82..aa00b6d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ group 'nl.astraeus.tst' -version '1.0' +version '1.0.1' apply plugin: 'kotlin' apply plugin: 'idea' apply plugin: 'application' +apply plugin: 'maven' sourceSets { main.java.srcDirs += 'src' @@ -11,7 +12,7 @@ mainClassName = "nl.astraeus.tst.MainKt" -sourceCompatibility = 1.8 +sourceCompatibility = 1.6 repositories { maven { @@ -37,14 +38,12 @@ uploadArchives { repositories { - apply plugin: 'maven' - mavenDeployer { repository(url: "http://nexus.astraeus.nl/nexus/content/repositories/releases") { authentication(userName: nexusUsername, password: nexusPassword) } - pom.version = "1.0" + pom.version = "1.0.1" pom.artifactId = "gradle-tst" pom.groupId = "nl.astraeus.tst" } diff --git a/gradle-tst.iml b/gradle-tst.iml index 92431eb..3c1af8a 100644 --- a/gradle-tst.iml +++ b/gradle-tst.iml @@ -1,5 +1,5 @@ - + @@ -21,12 +21,5 @@ - - - - - - - \ No newline at end of file diff --git a/gradle-tst.ipr b/gradle-tst.ipr index 34414b5..358323d 100644 --- a/gradle-tst.ipr +++ b/gradle-tst.ipr @@ -67,15 +67,6 @@ - - - - - - - - - @@ -85,60 +76,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -