Skip to content

Commit d9dd8da

Browse files
committed
Use crainlift to produce native bindings
1 parent f4a679f commit d9dd8da

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

pom.xml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
<air.javadoc.lint>all,-missing</air.javadoc.lint>
4444
<air.release.preparation-goals>clean verify -DskipTests</air.release.preparation-goals>
4545

46-
<dep.chicory.version>1.7.2</dep.chicory.version>
46+
<dep.redline.version>0.0.3</dep.redline.version>
47+
<dep.chicory.version>1.7.5</dep.chicory.version>
4748
</properties>
4849

4950
<dependencyManagement>
@@ -68,6 +69,18 @@
6869
<groupId>com.dylibso.chicory</groupId>
6970
<artifactId>wasm</artifactId>
7071
</dependency>
72+
73+
<dependency>
74+
<groupId>io.roastedroot</groupId>
75+
<artifactId>redline</artifactId>
76+
<version>${dep.redline.version}</version>
77+
</dependency>
78+
79+
<dependency>
80+
<groupId>io.roastedroot</groupId>
81+
<artifactId>redline-api</artifactId>
82+
<version>${dep.redline.version}</version>
83+
</dependency>
7184
</dependencies>
7285

7386
<build>
@@ -106,9 +119,9 @@
106119
</plugin>
107120

108121
<plugin>
109-
<groupId>com.dylibso.chicory</groupId>
110-
<artifactId>chicory-compiler-maven-plugin</artifactId>
111-
<version>${dep.chicory.version}</version>
122+
<groupId>io.roastedroot</groupId>
123+
<artifactId>redline-compiler-maven-plugin</artifactId>
124+
<version>${dep.redline.version}</version>
112125
<executions>
113126
<execution>
114127
<id>compiler-gen</id>

0 commit comments

Comments
 (0)