File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id ' java'
3
+ id ' java-library'
4
+ id ' maven-publish'
5
+ }
6
+
1
7
group ' com.softwareverde'
2
8
version ' 2.2.6'
3
9
4
- apply plugin : ' java'
5
- apply plugin : ' java-library'
6
-
7
10
java {
8
11
sourceCompatibility = JavaVersion . VERSION_11
9
12
targetCompatibility = JavaVersion . VERSION_11
@@ -15,7 +18,7 @@ repositories {
15
18
}
16
19
17
20
dependencies {
18
- api group : ' com.github.softwareverde' , name : ' json' , version : ' v2.0.2 '
21
+ api group : ' com.github.softwareverde' , name : ' json' , version : ' v2.0.4 '
19
22
implementation group : ' com.github.softwareverde' , name : ' java-logging' , version : ' v2.3.0'
20
23
implementation group : ' com.github.softwareverde' , name : ' java-util' , version : ' v2.9.2'
21
24
implementation group : ' com.github.softwareverde' , name : ' java-cryptography' , version : ' v3.2.1'
Original file line number Diff line number Diff line change
1
+ jdk :
2
+ - openjdk11
You can’t perform that action at this time.
0 commit comments