We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9661295 commit 8c28c78Copy full SHA for 8c28c78
1 file changed
build.gradle
@@ -15,6 +15,7 @@ repositories {
15
16
dependencies {
17
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
18
+ compileOnly 'org.ow2.asm:asm:+'
19
}
20
21
sourceSets {
@@ -32,7 +33,9 @@ jar {
32
33
manifest {
34
attributes( 'Implementation-Title': 'JWebAssembly-API',
35
'Implementation-Vendor': 'i-net software',
- 'Implementation-Version': version)
36
+ 'Implementation-Version': version,
37
+ 'Premain-Class': 'de.inetsoftware.jwebassembly.emulator.PremainEmulator',
38
+ )
39
40
41
0 commit comments