Skip to content

Commit

Permalink
Update Gradle wrapper to 2.12, licensor to 0.1.5 and guava to 19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Mar 27, 2016
1 parent d1abab7 commit 47ff345
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

id 'net.minecrell.gitpatcher' version '0.8'

id 'net.minecrell.licenser' version '0.1.2'
id 'net.minecrell.licenser' version '0.1.5'
id 'com.github.johnrengelman.shadow' version '1.2.3'
}

Expand Down Expand Up @@ -46,7 +46,7 @@ repositories {

// Project dependencies
dependencies {
compile 'com.google.guava:guava:18.0'
compile 'com.google.guava:guava:19.0'
compile project('FernFlower')

testCompile 'junit:junit:4.12'
Expand Down Expand Up @@ -125,5 +125,5 @@ artifacts {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.11'
gradleVersion = '2.12'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Feb 12 16:05:23 GMT 2016
#Sun Mar 27 23:56:52 BST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
2 changes: 0 additions & 2 deletions src/main/java/blue/lapis/nocturne/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

package blue.lapis.nocturne;

import blue.lapis.nocturne.gui.MainController;
import blue.lapis.nocturne.gui.io.mappings.MappingsSaveDialogHelper;
import blue.lapis.nocturne.gui.scene.control.CodeTab;
import blue.lapis.nocturne.gui.scene.control.WebLink;
import blue.lapis.nocturne.jar.model.ClassSet;
import blue.lapis.nocturne.mapping.MappingContext;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import blue.lapis.nocturne.util.helper.ByteHelper;

/**
* Repressents a NameAndType structure.
* Represents a NameAndType structure.
*/
public class NameAndTypeStructure extends ConstantStructure {

Expand Down

0 comments on commit 47ff345

Please sign in to comment.