mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Add Eclipse Java Compiler support for the scripting service
Adds support for the ECJ in the scripting service. Now it is possible to choose which implementation to use to compile Java scripts.
This commit is contained in:
@@ -217,5 +217,10 @@
|
||||
<version>2.2</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jdt.core.compiler</groupId>
|
||||
<artifactId>ecj</artifactId>
|
||||
<version>3.7.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user