Skip to content

Commit

Permalink
Merge pull request #5986 from thc202/update-plugin-add-on
Browse files Browse the repository at this point in the history
Update Gradle add-on plugin and reset releases
  • Loading branch information
psiinon authored Dec 4, 2024
2 parents 8951dba + c496536 commit 8d91514
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addOns/addOns.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
jacoco
id("org.cyclonedx.bom") version "1.8.2" apply false
id("org.rm3l.datanucleus-gradle-plugin") version "2.0.0" apply false
id("org.zaproxy.add-on") version "0.11.0" apply false
id("org.zaproxy.add-on") version "0.12.0" apply false
id("org.zaproxy.crowdin") version "0.4.0" apply false
id("me.champeau.gradle.japicmp") version "0.4.3" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverlinux/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=116
release=true
release=false
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdrivermacos/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=116
release=true
release=false
2 changes: 1 addition & 1 deletion addOns/webdrivers/webdriverwindows/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=116
release=true
release=false

0 comments on commit 8d91514

Please sign in to comment.