This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 112099f  Gradle 7.0 no longer supports 'compile' dependency
112099f is described below

commit 112099f7b4642248beef20d172b088598208c14f
Author: Jaroslav Tulach <jaroslav.tul...@apidesign.org>
AuthorDate: Mon Jun 14 10:26:23 2021 +0200

    Gradle 7.0 no longer supports 'compile' dependency
---
 html4j-maven-plugin/pom.xml                                             | 2 +-
 .../src/test/resources/org/netbeans/html/mojo/gradle1/build.gradle      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html4j-maven-plugin/pom.xml b/html4j-maven-plugin/pom.xml
index deb9d76..7e39a80 100644
--- a/html4j-maven-plugin/pom.xml
+++ b/html4j-maven-plugin/pom.xml
@@ -150,7 +150,7 @@
                               <task>build</task>
                           </tasks>
                           
<gradleProjectDirectory>src/test/resources/org/netbeans/html/mojo/gradle1</gradleProjectDirectory>
-                          <gradleVersion>6.3</gradleVersion>
+                          <gradleVersion>7.0</gradleVersion>
                       </configuration>
                       <executions>
                           <execution>
diff --git 
a/html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle1/build.gradle
 
b/html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle1/build.gradle
index 9e00c43..357ecd8 100644
--- 
a/html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle1/build.gradle
+++ 
b/html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle1/build.gradle
@@ -43,7 +43,7 @@ apply plugin: 'html4j'
 def jars = fileTree(dir: '../../../../../../../../../boot/target/', include: 
['*.jar'])
 
 dependencies {
-    compile jars
+    implementation jars
     annotationProcessor jars
 }
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to