Hi to All,
I went from Gradle 6.5 to 6.8 to 6.9  with no problems with a very small project.

With Gradle 7 (all 7s) Netbeans 12.2 and 12.4, openjdk 15.0.2, the same project gives me this problem:



With Gradle 7, the syntax to add a local .jar file is the same ?

The project foresees a local .jar. With Gradle 6.x it was possible to set in the classpath in the following way:
================Gradle params:
apply plugin: 'java'
apply plugin: 'jacoco'
apply plugin: 'application'

repositories {
    mavenCentral ()
}

dependencies {
     testImplementation 'junit: junit: 4.13'*
****compile files('../tco_lib/dist/tco_lib.jar')*
}
================End Gradle params.

Thanks in advance if anyone can give me a tip,
Valerio

Reply via email to