From: Jonathan Rajotte Date: Fri, 13 Mar 2015 19:24:48 +0000 (-0400) Subject: Fix: do not import groovy module X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8c936d39a78b720582eefb18611d8d5bbcc02256;p=lttng-ci.git Fix: do not import groovy module --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 03cfcc2..6e4d8ed 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -1,5 +1,3 @@ -import groovy.transform.Sortable - enum KernelVersioning { MAJOR,MINOR,REVISION,BUILD }