[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sysadmin/ci-tools-experimental] seed: fix imports
From:       Scarlett Clark <null () kde ! org>
Date:       2017-01-05 20:48:30
Message-ID: E1cPExa-00012l-Ix () code ! kde ! org
[Download RAW message or body]

Git commit efeaab5f585b5cb884264c624e82879a34f302ba by Scarlett Clark.
Committed on 05/01/2017 at 20:48.
Pushed by scarlettclark into branch 'master'.

fix imports

M  +2    -2    seed/seed.groovy

https://commits.kde.org/sysadmin/ci-tools-experimental/efeaab5f585b5cb884264c624e82879a34f302ba

diff --git a/seed/seed.groovy b/seed/seed.groovy
index d0884b1..7fff333 100644
--- a/seed/seed.groovy
+++ b/seed/seed.groovy
@@ -1,12 +1,12 @@
 #!/usr/bin/env groovy
-
+this.class.classLoader.rootLoader.addURL(new URL("org.yaml/snakeyaml/jars/snakeyaml-1.5.jar"));
 import org.yaml.snakeyaml.Yaml
 import java.io.ByteArrayInputStream;
 import java.io.IOException;
 import java.io.InputStream;
 import java.net.URL;
 import java.security.Provider.Service
-import com.google.common.io.ByteStreams
+import org.kde.ci.*
 
 // Initialize config class
 def configs = new ImportConfig()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic