Skip to content

Commit

Permalink
Remove IHMCCILogTools
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Sep 23, 2024
1 parent 4b15dbe commit 0a8e4ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 50 deletions.
48 changes: 0 additions & 48 deletions src/main/kotlin/us/ihmc/ci/IHMCCILogTools.kt

This file was deleted.

5 changes: 3 additions & 2 deletions src/main/kotlin/us/ihmc/ci/IHMCCIPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import org.gradle.api.Task
import org.gradle.api.plugins.JavaPluginConvention
import org.gradle.api.tasks.testing.Test
import org.gradle.api.tasks.testing.logging.TestLogEvent
import us.ihmc.build.IHMCBuildLogTools
import java.io.File
import java.time.Duration

lateinit var LogTools: IHMCCILogTools
lateinit var LogTools: IHMCBuildLogTools

class IHMCCIPlugin : Plugin<Project>
{
Expand Down Expand Up @@ -60,7 +61,7 @@ class IHMCCIPlugin : Plugin<Project>
override fun apply(project: Project)
{
this.project = project
LogTools = IHMCCILogTools(project.logger)
LogTools = IHMCBuildLogTools(project.logger)

loadProperties()
categoriesExtension = project.extensions.create("categories", IHMCCICategoriesExtension::class.java, project)
Expand Down

0 comments on commit 0a8e4ba

Please sign in to comment.