mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-08 16:04: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.instructions,
|
||||
org.teavm.model.util,
|
||||
org.teavm.model.emit,
|
||||
org.teavm.optimization,
|
||||
org.teavm.parsing,
|
||||
org.teavm.resource,
|
||||
|
|
|
@ -40,8 +40,8 @@ import org.teavm.tooling.*;
|
|||
*
|
||||
* @author Alexey Andreev
|
||||
*/
|
||||
@Mojo(name = "build-javascript", requiresDependencyResolution = ResolutionScope.RUNTIME,
|
||||
requiresDependencyCollection = ResolutionScope.RUNTIME)
|
||||
@Mojo(name = "build-javascript", requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
|
||||
requiresDependencyCollection = ResolutionScope.COMPILE_PLUS_RUNTIME)
|
||||
public class BuildJavascriptMojo extends AbstractMojo {
|
||||
@Component
|
||||
private MavenProject project;
|
||||
|
|
Loading…
Reference in New Issue
Block a user