jasonross / Nuwa

Nuwa, pure java implementation, can hotfix your android application.
2.96k stars 574 forks source link

FAILURE: Build failed with an exception. #101

Open ilkeew opened 4 weeks ago

ilkeew commented 4 weeks ago

➜ Nuwa-master ./gradlew clean nuwaQihooDebugPatch -P NuwaDir=/Users/jason/Documents/nuwa Configuration(s) specified but the install task does not exist in project :nuwa.

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/8.0/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 673ms ➜ Nuwa-master

其他的没有改动,升级了 com.android.tools.build:gradle:8.0.2 compileSdkVersion 34 buildToolsVersion "30.0.3"

nuwa 的build 文件有一些报错,调整了高版本支持; 执行nuwaQihooDebugPatch就不行了? 这是为什么呢