Jump to content

[1.8] How to launch server via gradle in 1.8 git branch?


Charlweed

Recommended Posts

Sorry if this is documented somewhere, but I cannot find it. I knew how to execute “gradlew runServer” on the master(1.7.10) branch from github, but it looks like the gradle tasks have changed significantly in 1.8. And BTW, here is how I build my local copy. I build and run the server on Linux.

git clone --recursive [email protected]:Charlweed/MinecraftForge.git
cd MinecraftForge
git remote add upstream [email protected]:MinecraftForge/MinecraftForge.git
git fetch upstream
git merge upstream/master
git submodule update --init --recursive
git checkout -b 1.8 origin/1.8
cd fml
git checkout -b 1.8 origin/1.8
cd ..
gradlew --refresh-dependencies clean
gradlew cleanCache
gradlew  setupForge
gradlew  eclipse
gradlew build

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.