Skip to content

Commit

Permalink
Release version 1.0.0 (without editor)
Browse files Browse the repository at this point in the history
- The editor uses a different version
- Updated gradle wrapper
  • Loading branch information
Cybermaxke committed Jan 2, 2018
1 parent 61e5dd6 commit f301b48
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
task wrapper(type: Wrapper) {
gradleVersion = '3.5'
gradleVersion = '4.4.1'
}
1 change: 1 addition & 0 deletions editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
}

ext.baseName = 'nbt-editor'
version = 'dev-SNAPSHOT'

apply from: rootProject.file('gradle/build-base.gradle')

Expand Down
1 change: 0 additions & 1 deletion gradle/build-base.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ targetCompatibility = '1.8'
// Basic project information
group = 'org.lanternpowered'
archivesBaseName = "lantern-${baseName}"
version = 'dev-SNAPSHOT'

jar {
classifier = ''
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sat Oct 21 20:20:17 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
1 change: 1 addition & 0 deletions nbt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ plugins {
}

ext.baseName = 'nbt'
version = '1.0.0'

apply from: rootProject.file('gradle/build-base.gradle')

0 comments on commit f301b48

Please sign in to comment.