Skip to content

Commit d9ced30

Browse files
authored
Improve handling of source file parsing (#1050)
1 parent b0d9823 commit d9ced30

File tree

5 files changed

+183
-480
lines changed

5 files changed

+183
-480
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@
200200
<groupId>org.openrewrite</groupId>
201201
<artifactId>rewrite-kotlin</artifactId>
202202
</dependency>
203+
<dependency>
204+
<groupId>org.openrewrite</groupId>
205+
<artifactId>rewrite-polyglot</artifactId>
206+
<version>2.7.2</version>
207+
</dependency>
203208
<dependency>
204209
<groupId>org.codehaus.plexus</groupId>
205210
<artifactId>plexus-xml</artifactId>

0 commit comments

Comments
 (0)