Skip to content
Snippets Groups Projects
Commit 7f8681dd authored by Zoey76's avatar Zoey76
Browse files

Project update

parent 720e14c1
No related branches found
No related tags found
No related merge requests found
build.commands=org.eclipse.jdt.core.javabuilder
connection.arguments=
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.gradle.user.home=null
connection.java.home=null
connection.jvm.arguments=
connection.project.dir=
derived.resources=.gradle,build
eclipse.preferences.version=1
natures=org.eclipse.jdt.core.javanature
project.path=\:
This diff is collapsed.
sudo: false
language: java
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
- git clone -b master --single-branch git://github.com/L2J/L2J_Server.git
\ No newline at end of file
# L2J_DataPack L2J DataPack Project
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/L2J/L2J_DataPack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ==============
\ No newline at end of file
L2J Server is an open-source server emulator fully written in Java for the famous Korean MMORPG.
--------------
This page only gives very basic information, for the detailed information about building and developing L2J Server, please visit the developers forums.
- master branch is the latest High Five release
- develop branch is the current High Five development
Links
--------------
- [Web Site](http://www.l2jserver.com)
- [Forums](http://www.l2jserver.com/forum/)
- [Live Support](https://gitter.im/L2J/L2J_Server)
- [Downloads](http://www.l2jserver.com/#downloads)
- [Documentation](https://bitbucket.org/l2jserver/l2j_server/wiki)
- [@l2jserver](https://twitter.com/l2jserver)
\ No newline at end of file
...@@ -22,11 +22,11 @@ configurations.all { ...@@ -22,11 +22,11 @@ configurations.all {
} }
dependencies { dependencies {
compile 'org.slf4j:slf4j-api:1.7.12' compile 'org.slf4j:slf4j-api:1.7.21'
compile files('../L2J_Server/dist/libs/mmocore.jar') compile files('../L2J_Server/dist/libs/mmocore.jar')
compile project(':L2J_Server') compile project(':L2J_Server')
testCompile 'org.mockito:mockito-all:2.0.2-beta' testCompile 'org.mockito:mockito-all:2.0.2-beta'
testCompile 'org.testng:testng:6.9.6' testCompile 'org.testng:testng:6.9.10'
} }
task zip(type: Zip) { task zip(type: Zip) {
...@@ -39,5 +39,5 @@ task zip(type: Zip) { ...@@ -39,5 +39,5 @@ task zip(type: Zip) {
build.finalizedBy(zip) build.finalizedBy(zip)
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '2.8' gradleVersion = '2.14.1'
} }
\ No newline at end of file
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment