Skip to content

Commit

Permalink
Merge pull request #8 from dsl-builders/chore/revert-to-space-jasan
Browse files Browse the repository at this point in the history
revert to space jasan
  • Loading branch information
musketyr authored Oct 13, 2023
2 parents accfe78 + 29db0f5 commit 0485cba
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ repositories {
}
dependencies {
implementation 'dsl.builders:groovy-closure-support:1.0.0'
implementation 'space.jasan:groovy-closure-support:1.0.0'
}
```

### Maven
```
<dependency>
<groupId>dsl.builders</groupId>
<groupId>space.jasan</groupId>
<artifactId>groovy-closure-support</artifactId>
<version>1.0.0</version>
<type>pom</type>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

slug=dsl-builders/groovy-closure-support
group=builders.dsl
group=space.jasan

version=2.0.0-SNAPSHOT

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dsl.builders.support.groovy.closure;
package space.jasan.support.groovy.closure;

import groovy.lang.Closure;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dsl.builders.support.groovy.closure;
package space.jasan.support.groovy.closure;

import groovy.lang.Closure;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dsl.builders.support.groovy.closure;
package space.jasan.support.groovy.closure;

import groovy.lang.Closure;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dsl.builders.support.groovy.closure;
package space.jasan.support.groovy.closure;

import groovy.lang.Closure;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dsl.builders.support.groovy.closure;
package space.jasan.support.groovy.closure;

import groovy.lang.Closure;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dsl.builders.support.groovy.closure;
package space.jasan.support.groovy.closure;

import groovy.lang.Closure;
import org.codehaus.groovy.runtime.DefaultGroovyMethods;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package space.jasan.support.groovy.closure

import dsl.builders.support.groovy.closure.BiConsumerWithDelegate
import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package space.jasan.support.groovy.closure

import dsl.builders.support.groovy.closure.BiFunctionWithDelegate
import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package space.jasan.support.groovy.closure

import dsl.builders.support.groovy.closure.ConsumerWithDelegate
import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package space.jasan.support.groovy.closure

import dsl.builders.support.groovy.closure.FunctionWithDelegate
import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package space.jasan.support.groovy.closure

import dsl.builders.support.groovy.closure.GroovyClosure
import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package space.jasan.support.groovy.closure

import dsl.builders.support.groovy.closure.PredicateWithDelegate
import groovy.transform.CompileDynamic
import groovy.transform.CompileStatic
import spock.lang.Specification
Expand Down

0 comments on commit 0485cba

Please sign in to comment.