mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-21 14:44:49 +01:00
fix: having cargo build depend on cleaning jni was a bad idea
This commit is contained in:
parent
5741e28a09
commit
367bd0390a
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ tasks.register('deleteGeneratedNativeInterface', Delete) {
|
|||
delete 'src/main/java/com/codemp/intellij/jni'
|
||||
}
|
||||
|
||||
cargoBuild.dependsOn deleteGeneratedNativeInterface
|
||||
|
||||
//delete cargo build files
|
||||
tasks.register('cargoClean', Exec) {
|
||||
workingDir '.'
|
||||
|
|
Loading…
Reference in a new issue