Skip to content

Commit e10d091

Browse files
authored
Update README.md
1 parent f934e18 commit e10d091

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ On Windows environment, replace `./gradlew` with `gradlew.bat`.
4141
You can get source code from the releases page. You may also clone this
4242
repository, 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
4558
So, you want to contribute to Skript? You need to:
4659
* Have some skills in Java (unless said otherwise)

0 commit comments

Comments
 (0)