Skip to content

Commit 0606546

Browse files
committed
repo fix
1 parent 01fe9ce commit 0606546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ART Java is a kit of modules for developing multifunctional applications for JVM
99

1010
## Build and Binaries
1111

12-
Releases are available via [ART Packages](https:/repo.repsy.io/mvn/antonsh/art-packages/).
12+
Releases are available via [ART Packages](https://repo.repsy.io/mvn/antonsh/art-packages/).
1313

1414
## Requirements
1515

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pluginManagement {
3939
val internalPluginVersion: String by settings
4040
repositories {
4141
gradlePluginPortal()
42-
maven { url = uri("https:/repo.repsy.io/mvn/antonsh/art-packages/") }
42+
maven { url = uri("https://repo.repsy.io/mvn/antonsh/art-packages/") }
4343
}
4444
resolutionStrategy {
4545
eachPlugin {

0 commit comments

Comments
 (0)