简体   繁体   中英

How to generate gradle run configs in intellij?

How to generate runClient and runServer ? I downloaded sources of TheQuarkMod for 1.16.5 from GitHub and I don't know how can I generate run configs in IntelliJ.

Using Windows 10 and Java 8 (for this project - I have Installed Java 15 [or maybe Java 14 or Java 16])?

Add apply plugin: 'idea' under apply plugin: 'eclipse' in the build.gradle .

Then you can use gradlew genIntellijRuns to generate the runs, gradlew idea to create an Intellij project and gradlew openIdea to open it.

Use ./gradlew if you are using a UNIX-based System.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM