* Where:
Build file 'C:\Users\UC506523\Desktop\Real-Time-SDK-2.0.7.L2.java\Real-Time-SDK-2.0.7.L2.java\setup\RTSDK-2.0.7.L2.java.rrg\RTSDK-2.0.7.L2.java
.rrg\Java\build.gradle' line: 13
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.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/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 30s
My build,gradle:
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'net.saliman:gradle-cobertura-plugin:4.0.0'
}
}
plugins {
id('net.saliman.cobertura') version '4.0.0'
id('de.undercouch.download') version '4.1.2'
}
/*plugins {
id "net.saliman.cobertura" version "4.0.0"
id "de.undercouch.download" version "4.1.2"
}*/
//apply plugin: 'net.saliman.cobertura'
apply plugin: net.saliman.gradle.plugin.cobertura.CoberturaPlugin