File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,17 @@ plugins {
55apply plugin : ' maven'
66
77group ' ru.redguy'
8- version ' 1.1.2 '
8+ version ' 1.1.3 '
99
1010repositories {
1111 maven {
12- url " https://repo .redguy.ru/repository/ maven-public /"
12+ url " https://rep .redguy.org/ maven-proxy /"
1313 }
14- mavenCentral()
1514}
1615
1716dependencies {
18- compile ' com.squareup.okhttp3:okhttp:4.9 .0'
19- implementation ' com.google.code.gson:gson:2.8.8 '
17+ compile ' com.squareup.okhttp3:okhttp:4.11 .0'
18+ implementation ' com.google.code.gson:gson:2.8.9 '
2019}
2120
2221// utf-8
@@ -27,10 +26,10 @@ tasks.withType(JavaCompile) {
2726uploadArchives {
2827 repositories {
2928 mavenDeployer {
30- repository(url : " https://repo .redguy.ru/repository /maven/" ) {
29+ repository(url : " https://rep .redguy.org /maven/" ) {
3130 authentication(userName : System . getenv(" MVN_USER" ), password : System . getenv(" MVN_PASSWORD" ))
3231 }
33- pom. version = " 1.1.1 "
32+ pom. version = project . version
3433 pom. artifactId = " redguyapi"
3534 pom. groupId = " ru.redguy"
3635 }
You can’t perform that action at this time.
0 commit comments