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 6686c86 commit 37a4b5fCopy full SHA for 37a4b5f
raft-java-core/pom.xml
@@ -132,7 +132,7 @@
132
<dependency>
133
<groupId>org.projectlombok</groupId>
134
<artifactId>lombok</artifactId>
135
- <version>1.16.18</version>
+ <version>1.18.4</version>
136
</dependency>
137
138
<groupId>com.google.guava</groupId>
raft-java-example/deploy.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+cd ../raft-java-core && mvn clean install -DskipTests
4
+cd -
5
mvn clean package
6
7
EXAMPLE_TAR=raft-java-example-1.9.0-deploy.tar.gz
0 commit comments