mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-09 08:24:10 -08:00
Fix bugs in Eclipse and Maven builders
This commit is contained in:
parent
7886937a8f
commit
b4ba3719d0
|
@ -64,6 +64,7 @@ Export-Package: org.teavm.cache,
|
||||||
org.teavm.model,
|
org.teavm.model,
|
||||||
org.teavm.model.instructions,
|
org.teavm.model.instructions,
|
||||||
org.teavm.model.util,
|
org.teavm.model.util,
|
||||||
|
org.teavm.model.emit,
|
||||||
org.teavm.optimization,
|
org.teavm.optimization,
|
||||||
org.teavm.parsing,
|
org.teavm.parsing,
|
||||||
org.teavm.resource,
|
org.teavm.resource,
|
||||||
|
|
|
@ -40,8 +40,8 @@ import org.teavm.tooling.*;
|
||||||
*
|
*
|
||||||
* @author Alexey Andreev
|
* @author Alexey Andreev
|
||||||
*/
|
*/
|
||||||
@Mojo(name = "build-javascript", requiresDependencyResolution = ResolutionScope.RUNTIME,
|
@Mojo(name = "build-javascript", requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
|
||||||
requiresDependencyCollection = ResolutionScope.RUNTIME)
|
requiresDependencyCollection = ResolutionScope.COMPILE_PLUS_RUNTIME)
|
||||||
public class BuildJavascriptMojo extends AbstractMojo {
|
public class BuildJavascriptMojo extends AbstractMojo {
|
||||||
@Component
|
@Component
|
||||||
private MavenProject project;
|
private MavenProject project;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user