We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fe9ce commit 0606546Copy full SHA for 0606546
2 files changed
README.md
@@ -9,7 +9,7 @@ ART Java is a kit of modules for developing multifunctional applications for JVM
9
10
## Build and Binaries
11
12
-Releases are available via [ART Packages](https:/repo.repsy.io/mvn/antonsh/art-packages/).
+Releases are available via [ART Packages](https://repo.repsy.io/mvn/antonsh/art-packages/).
13
14
## Requirements
15
settings.gradle.kts
@@ -39,7 +39,7 @@ pluginManagement {
39
val internalPluginVersion: String by settings
40
repositories {
41
gradlePluginPortal()
42
- maven { url = uri("https:/repo.repsy.io/mvn/antonsh/art-packages/") }
+ maven { url = uri("https://repo.repsy.io/mvn/antonsh/art-packages/") }
43
}
44
resolutionStrategy {
45
eachPlugin {
0 commit comments