From a9efb4dad688d7eb81cfe53f3b5baf548bf8a54b Mon Sep 17 00:00:00 2001 From: Alexander SR Date: Fri, 9 Dec 2022 10:22:19 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Marten Lohstroh --- org.lflang.tests/build.gradle | 2 +- org.lflang/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.lflang.tests/build.gradle b/org.lflang.tests/build.gradle index 0c6ea4f11f..020a3a8395 100644 --- a/org.lflang.tests/build.gradle +++ b/org.lflang.tests/build.gradle @@ -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/" } diff --git a/org.lflang/build.gradle b/org.lflang/build.gradle index 8e8f4215ce..1f1beee203 100644 --- a/org.lflang/build.gradle +++ b/org.lflang/build.gradle @@ -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/" }