Skip to content

Commit 473ccb6

Browse files
committed
Update packages, replace repo url
1 parent fc0c366 commit 473ccb6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ plugins {
55
apply plugin: 'maven'
66

77
group 'ru.redguy'
8-
version '1.1.2'
8+
version '1.1.3'
99

1010
repositories {
1111
maven {
12-
url "https://repo.redguy.ru/repository/maven-public/"
12+
url "https://rep.redguy.org/maven-proxy/"
1313
}
14-
mavenCentral()
1514
}
1615

1716
dependencies {
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) {
2726
uploadArchives {
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
}

0 commit comments

Comments
 (0)