Skip to content

Commit

Permalink
update to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Aug 26, 2018
1 parent d29f557 commit f72cd32
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Created by .ignore support plugin (hsz.mobi)
### Java template
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Gradle template
.gradle
/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ if (System.getenv("TRAVIS_BUILD_NUMBER") != null) {
}

dependencies {
compile 'net.md-5:bungeecord-api:1.12-SNAPSHOT'
compile 'io.netty:netty-codec-haproxy:4.1.21.Final'
compile 'net.md-5:bungeecord-api:1.13-SNAPSHOT'
compile 'io.netty:netty-codec-haproxy:4.1.25.Final'
}

processResources {
Expand Down

0 comments on commit f72cd32

Please sign in to comment.