Skip to content

Commit

Permalink
Improve versioning layout and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicboy committed Jul 16, 2019
1 parent 5320b79 commit c8c9b58
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 72 deletions.
19 changes: 17 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
group 'pw.valaria'
version '1.0-SNAPSHOT'

allprojects {

group = 'pw.valaria'
version = '1.0.1-SNAPSHOT'
}

subprojects {
apply plugin:'java'
sourceCompatibility = 1.8
repositories {
mavenCentral()
maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'}
maven { url = 'https://repo.valaria.pw/repository/maven-snapshots' }
maven { url = 'https://papermc.io/repo/repository/maven-public/'}
maven { url = 'https://maven.sk89q.com/repo/' }
}
}
18 changes: 0 additions & 18 deletions mcmmo-placeholders-bridge-2-1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
plugins {
id 'java'
}

group 'pw.valaria'
version '1.0-SNAPSHOT'

sourceCompatibility = 1.8

repositories {
mavenCentral()
maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'}
maven { url = 'https://repo.valaria.pw/repository/maven-snapshots' }
maven { url = 'https://papermc.io/repo/repository/maven-public/'}

maven { url = 'https://maven.sk89q.com/repo/' }
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile project(":mcmmo-placeholders-bridge")
Expand Down
18 changes: 0 additions & 18 deletions mcmmo-placeholders-bridge-classic/build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
plugins {
id 'java'
}

group 'pw.valaria'
version '1.0-SNAPSHOT'

sourceCompatibility = 1.8

repositories {
mavenCentral()
maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'}
maven { url = 'https://repo.valaria.pw/repository/maven-snapshots' }
maven { url = 'https://papermc.io/repo/repository/maven-public/'}

maven { url = 'https://maven.sk89q.com/repo/' }
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile project(":mcmmo-placeholders-bridge")
Expand Down
19 changes: 0 additions & 19 deletions mcmmo-placeholders-bridge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
plugins {
id 'java'
}

group 'pw.valaria'
version '1.0-SNAPSHOT'

sourceCompatibility = 1.8

repositories {
mavenCentral()
}

repositories {
mavenCentral()
maven { url = 'https://papermc.io/repo/repository/maven-public/'}
maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'}
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compileOnly("com.destroystokyo.paper:paper-api:1.14.2-R0.1-SNAPSHOT")
Expand Down
15 changes: 0 additions & 15 deletions mcmmo-placeholders-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,8 @@ buildscript {
}
}

plugins {
id 'java'
}

apply plugin: 'com.github.johnrengelman.shadow'

group 'pw.valaria'
version '1.0-SNAPSHOT'

sourceCompatibility = 1.8

repositories {
mavenCentral()
maven { url = 'https://papermc.io/repo/repository/maven-public/'}
maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'}
}

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compileOnly("com.destroystokyo.paper:paper-api:1.14.2-R0.1-SNAPSHOT")
Expand Down

0 comments on commit c8c9b58

Please sign in to comment.