Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <[email protected]>
  • Loading branch information
a-sr and lhstrh authored Dec 9, 2022
1 parent 80799cc commit a9efb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.lflang.tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repositories {
mavenCentral()
// TODO Remove this in-official maven repository as soon as Klighd is released to maven central in the future.
// TODO Replace this unofficial maven repository as soon as Klighd is released to maven central in the future.
maven {
url "https://rtsys.informatik.uni-kiel.de/~kieler/files/repo/"
}
Expand Down
2 changes: 1 addition & 1 deletion org.lflang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

repositories {
mavenCentral()
// TODO Remove this in-official maven repository as soon as Klighd is released to maven central in the future.
// TODO Replace this unofficial maven repository as soon as Klighd is released to maven central in the future.
maven {
url "https://rtsys.informatik.uni-kiel.de/~kieler/files/repo/"
}
Expand Down

0 comments on commit a9efb4d

Please sign in to comment.