Skip to content

Commit

Permalink
chore(obfuscator): temp fix + remove javadocs temporarily for faster …
Browse files Browse the repository at this point in the history
…debugging
  • Loading branch information
terminalsin committed Jul 18, 2022
1 parent 1754c5b commit 1bc95cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev.skidfuscator.maple-ir/org.mapleir.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
</executions>
</plugin>

<plugin>
<!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<!-- If you want the build to *just work*. -->
<!- If you want the build to *just work*.
<doclint>none</doclint>
</configuration>
<executions>
Expand All @@ -82,7 +82,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ private void setupInvoke() {

if (!e.getOwner().equals("java/lang/invoke/LambdaMetafactory")
|| !e.getName().equals("metafactory")) {
throw new IllegalStateException("Invalid invoke dynamic!");
return;
//throw new IllegalStateException("Invalid invoke dynamic!");
}

assert (e.getBootstrapArgs().length == 3 && e.getBootstrapArgs()[1] instanceof Handle);
Expand Down

0 comments on commit 1bc95cc

Please sign in to comment.