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 e940aee commit d0ee3aeCopy full SHA for d0ee3ae
build.gradle
@@ -59,7 +59,7 @@ repositories {
59
}
60
61
dependencies {
62
- api 'org.zeromq:jeromq:0.4.3'
+ api 'org.zeromq:jeromq:0.5.4'
63
api 'com.google.protobuf:protobuf-java:4.28.2'
64
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
65
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0'
@@ -189,14 +189,14 @@ def deploySpec = copySpec {
189
190
191
tasks.register('deploy', Copy) {
192
- def dest = "$System.env.CLARA_HOME"
+ def dest = "$System.env.ERSAP_HOME"
193
194
into dest
195
with deploySpec
196
197
doFirst {
198
if (dest == 'null') {
199
- throw new GradleException('CLARA_HOME not set')
+ throw new GradleException('ERSAP_HOME not set')
200
201
202
0 commit comments