Commit 70ecaecb authored by daidekun's avatar daidekun

package org.foo;

parent 6925e59d
// src/libs/utils.groovy // src/libs/utils.groovy
package libs; package org.foo;
def debug() { def debug() {
print "123" print "123"
......
// src/libs/utils.groovy // src/libs/utils.groovy
package libs; package org.foo;
def contextDir(workspace) { def contextDir(workspace) {
uuid = UUID.randomUUID().toString() uuid = UUID.randomUUID().toString()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment