We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f18e24 commit 8b73372Copy full SHA for 8b73372
gradle.properties
@@ -28,10 +28,4 @@ VER_DURIAN=1.2.0
28
VER_JGIT=5.13.1.202206130422-r
29
VER_JUNIT=5.9.2
30
VER_ASSERTJ=3.24.1
31
-VER_MOCKITO=4.11.0
32
-
33
-# Used for Maven Plugin
34
-VER_MAVEN_API=3.0
35
-VER_ECLIPSE_AETHER=1.1.0
36
-VER_MUSTACHE=0.9.10
37
-VER_PLEXUS_RESOURCES=1.2.0
+VER_MOCKITO=4.11.0
plugin-maven/build.gradle
@@ -34,6 +34,11 @@ mavenPlugin {
artifactId = project.artifactIdMaven
description = project.description
}
+
38
+String VER_MAVEN_API = '3.0'
39
+String VER_ECLIPSE_AETHER = '1.1.0'
40
+String VER_MUSTACHE = '0.9.10'
41
+String VER_PLEXUS_RESOURCES = '1.2.0'
42
dependencies {
43
implementation project(':lib')
44
implementation project(':lib-extra')
0 commit comments