Skip to content

Commit

Permalink
fix LT snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
arysin committed Sep 9, 2024
1 parent b5e340b commit 651fb90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
mavenCentral()
mavenLocal()
maven {
url = uri("https://repo.languagetool.org/ui/native/languagetool-os-snapshot")
url = uri("https://repo.languagetool.org/artifactory/languagetool-os-snapshot/")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# for LT snapshots we can use https://repo.languagetool.org/ui/native/languagetool-os-snapshot
# for LT snapshots we can use https://repo.languagetool.org/artifactory/languagetool-os-snapshot/
ltBaseVersion=6.5-SNAPSHOT
ltDevVersion=6.5-SNAPSHOT
morfologik_ukrainian_lt_version=6.5.1
Expand Down
2 changes: 1 addition & 1 deletion src/main/groovy/ua/net/nlp/tools/TagText.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package ua.net.nlp.tools

@GrabConfig(systemClassLoader=true)
@GrabResolver(name="ltSnapshots", root="https://repo.languagetool.org/ui/native/languagetool-os-snapshot")
@GrabResolver(name="ltSnapshots", root="https://repo.languagetool.org/artifactory/languagetool-os-snapshot/")
@Grab(group='org.languagetool', module='languagetool-core', version='6.5-SNAPSHOT')
@Grab(group='org.languagetool', module='language-uk', version='6.5-SNAPSHOT')
@Grab(group='org.languagetool', module='language-ru', version='6.4')
Expand Down

0 comments on commit 651fb90

Please sign in to comment.