Skip to content

Commit

Permalink
feat JCTree Processor
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxutao89 committed Jun 24, 2023
1 parent a6105fc commit 9eb7572
Show file tree
Hide file tree
Showing 4 changed files with 798 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.6.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -114,6 +121,9 @@
</goals>
</execution>
</executions>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
Expand Down
Loading

0 comments on commit 9eb7572

Please sign in to comment.