Skip to content

Commit

Permalink
swittched to new annotation, removed old one
Browse files Browse the repository at this point in the history
  • Loading branch information
RosesTheN00b committed Jul 26, 2018
1 parent acb24dc commit d19ec55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.

This file was deleted.

Expand Up @@ -7,7 +7,7 @@ import org.slf4j.LoggerFactory

import de.sebastianruziczka.CobolExtension
import de.sebastianruziczka.api.CobolTestFramework
import de.sebastianruziczka.api.CobolUnitFrameworkProvider
import de.sebastianruziczka.api.CobolUnitTestFrameworkProvider
import de.sebastianruziczka.buildcycle.test.FrameworkResolver
import de.sebastianruziczka.buildcycle.unittest.CobolUnitTestTask

Expand Down Expand Up @@ -41,7 +41,7 @@ class CobolBuildcycleUnit {
configuration = conf
}

allUnitTestFrameworks.addAll(frameworkResolver.resolve(CobolUnitFrameworkProvider, CobolTestFramework, conf, project))
allUnitTestFrameworks.addAll(frameworkResolver.resolve(CobolUnitTestFrameworkProvider, CobolTestFramework, conf, project))
}

private boolean testPresets(Logger logger, Project project, CobolExtension conf, def allUnitTestFrameworks) {
Expand Down Expand Up @@ -74,4 +74,4 @@ class CobolBuildcycleUnit {
logger.info("\t 4. ... is annotated with @CobolUnitFrameworkProvider")
println 'No unittest framework found. Use --info for more information'
}
}
}

0 comments on commit d19ec55

Please sign in to comment.