Skip to content

Commit

Permalink
Merge pull request #1714 from lf-lang/build-lfc
Browse files Browse the repository at this point in the history
Removal of deprecated build-lfc scipt and buidLfc gradle task
  • Loading branch information
lhstrh authored Apr 28, 2023
2 parents c9fbd46 + 520d533 commit bd3fe67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion bin/build-lfc

This file was deleted.

6 changes: 0 additions & 6 deletions org.lflang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@ task buildAll() {
mainClassName = 'org.lflang.cli.Lfc'
}

// define buildLfc as an alias to buildAll
task buildLfc {
dependsOn buildAll
doFirst({{logger.warn("The buildLfc task is deprecated! Please use buildAll instead.")}})
}

task jarCliTools(type: ShadowJar) {
manifest {
attributes('Main-Class': 'org.lflang.cli.Lfc')
Expand Down

0 comments on commit bd3fe67

Please sign in to comment.