File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,8 @@ Tech stack:
66 * gradle
77 * apache http client
88 * ok http
9- * java 11
10-
11- Local build:
12- ```
13- ./gradlew clean build publishToMavenLocal
14- ```
9+ * phantomjs
10+ * java 17
1511
1612
1713HTTP client usage
@@ -26,7 +22,7 @@ repositories {
2622}
2723...
2824dependencies {
29- implementation('com.github. unidev-platform:unidev -http-client:0.1 .1') // release tag version
25+ implementation('com.unidev.http-client:apache -http-client:0.2 .1')
3026}
3127
3228```
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ plugins {
33 id " com.palantir.git-version" version " 0.12.3"
44}
55
6- group = " com.unidev.http-client "
6+
77
88subprojects {
9+ group = " com.unidev.http-client"
910 version = gitVersion()
1011
1112 apply plugin : ' java'
You can’t perform that action at this time.
0 commit comments