Skip to content

Commit

Permalink
In this commit, we have removed an outdated Jitpack repository from t…
Browse files Browse the repository at this point in the history
…he settings.gradle.kts file.

The repository was initially included for package retrieval but it still necessary. The comment added indicates that it is still needed for 'sealed-enums', however.
  • Loading branch information
elect86 committed Sep 3, 2023
1 parent d39758e commit ef31a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencyResolutionManagement {
repositories {
mavenCentral()
maven("https://raw.githubusercontent.com/kotlin-graphics/mary/master")
maven(url = "https://jitpack.io")
maven(url = "https://jitpack.io") // still needed for sealed-enums
}
}

0 comments on commit ef31a28

Please sign in to comment.