Skip to content

Commit

Permalink
Merge pull request #1823 from lf-lang/klighd-gradle
Browse files Browse the repository at this point in the history
KlighD bumped to `2.3.0` and now retrieved from Maven Central
  • Loading branch information
cmnrd authored Jun 8, 2023
2 parents 85742d1 + b12bbb4 commit f4f6f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions buildSrc/src/main/groovy/org.lflang.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ plugins {

repositories {
mavenCentral()
// 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/"
}
}

spotless {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openTest4jVersion=1.2.0
picocliVersion=4.7.0
resourcesVersion=3.16.0
xtextVersion=2.28.0
klighdVersion=2.2.1-SNAPSHOT
klighdVersion=2.3.0.v20230606

[manifestPropertyNames]
org.eclipse.xtext=xtextVersion
Expand Down

0 comments on commit f4f6f5e

Please sign in to comment.