File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,19 @@ On Windows environment, replace `./gradlew` with `gradlew.bat`.
4141You can get source code from the releases page. You may also clone this
4242repository, but that code might or might not be stable.
4343
44+ ### Importing to Eclipse
45+ With new Eclipse versions, there is integrated Gradle support. However, current release version
46+ (included with Eclipse Neon) does not correctly import settings for Skript project. You will need
47+ to use STS Gradle plugin, which can be found from Eclipse Marketplace.
48+
49+ If you just intend to compile Skript, you do not need to import it to Eclipse. Using Gradle from
50+ command line as instructed above works. However, if you use Eclipse's default Gradle importer,
51+ it will mess with compiler settings.
52+
53+ ### Importing to IDEA
54+ Skript IDEA support is not reliable, and even more less so after switching from Maven to Gradle.
55+ If you have idea how to fix it, please open issue or pull request.
56+
4457## Contributing
4558So, you want to contribute to Skript? You need to:
4659* Have some skills in Java (unless said otherwise)
You can’t perform that action at this time.
0 commit comments