Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Felisatti authored Mar 26, 2024
1 parent 49f949f commit b8d7b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation group: 'org.mule.weave', name: 'xmlschema-module', version: weaveVersion
implementation group: 'org.mule.weave', name: 'http-module', version: ioVersion
implementation group: 'org.mule.weave', name: 'process-module', version: ioVersion
implementation group: 'org.mule.weave', name: 'migrant', version: weaveVersion
implementation group: 'org.mule.weave', name: 'migrant', version: '2.6.0-SNAPSHOT'
implementation(group: 'org.mule.weave', name: 'http-netty-module', version: ioVersion) {
exclude group: 'org.slf4j'
}
Expand Down Expand Up @@ -187,4 +187,4 @@ nativeCompile.dependsOn("shadowJar")

tasks.named("nativeCompile") {
classpathJar = file("${buildDir}/libs/native-cli-" + nativeVersion + "-all.jar")
}
}

0 comments on commit b8d7b27

Please sign in to comment.