Chime
Chime copied to clipboard
Could not find module: io.vertx.ceylon.core/3.5.3
hello,my pom.xml
vertx.version 3.5.3
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-ceylon</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin</artifactId>
<version>${vertx.version}</version>
</dependency>
run: Deployment failed! com.redhat.ceylon.compiler.java.runtime.tools.ModuleNotFoundException: Could not find module: io.vertx.ceylon.core/3.5.3
I'm seeing this also, is this still an open issue?
Me too... Could not find module: io.vertx.ceylon.core/3.5.4
Same issue in vertx 3.7.0