Skip to content

Commit

Permalink
Remove outdated usage of Gradle wrapper for Oomph (#794)
Browse files Browse the repository at this point in the history
Part of #776 (comment)

See [CONTRIBUTING.md](https://github.com/eclipse-lsp4j/lsp4j/blob/main/CONTRIBUTING.md)
for instructions on how to setup an IDE for LSP4J development.
  • Loading branch information
jonahgraham authored Feb 12, 2024
1 parent db27a95 commit 76609a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,3 @@ task clean(type: Delete) {
description 'Deletes the local repositories'
delete 'build'
}

// Generate an IDE with Xtend support
task ide(type: GradleBuild) {
buildFile = 'ide/build.gradle'
tasks = ['ide']
}
53 changes: 0 additions & 53 deletions ide/build.gradle

This file was deleted.

Binary file removed ide/typefox.png
Binary file not shown.

0 comments on commit 76609a8

Please sign in to comment.