Skip to content

Commit

Permalink
Enable turbine by default
Browse files Browse the repository at this point in the history
Supports the old option if necessary
  • Loading branch information
niloc132 committed Dec 21, 2022
1 parent b681fb5 commit 81db657
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions j2cl-maven-plugin/src/it/elemental2-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
<goals>
<goal>build</goal>
</goals>
<configuration>
<taskMappings>
<stripped_bytecode_headers>turbine</stripped_bytecode_headers>
</taskMappings>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public String getOutputType() {

@Override
public String getTaskName() {
return "default";
return "original-bytecode";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String getOutputType() {

@Override
public String getTaskName() {
return "turbine";
return "default";
}

@Override
Expand Down

0 comments on commit 81db657

Please sign in to comment.