Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Sep 18, 2024
1 parent 65bf26e commit 6eb4875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/us/ihmc/build/IHMCBuildPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ class IHMCBuildPlugin : Plugin<Project>
{
override fun apply(project: Project)
{
// add deploy task
project.extensions.add("app", AppExtension(project))
// add SFTP extension
project.extensions.add("remote", RemoteExtension())

LogTools = IHMCBuildLogTools(project.logger)
Expand Down

0 comments on commit 6eb4875

Please sign in to comment.