Skip to content

Commit df050c5

Browse files
chore: update group to com.aupma
1 parent 198df2f commit df050c5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'maven-publish'
55
}
66

7-
group = 'com.aupma.codegen'
8-
version = '0.2.0'
7+
group = 'com.aupma'
8+
version = '0.2.1'
99

1010
repositories {
1111
mavenCentral()
@@ -22,7 +22,7 @@ publishing {
2222
mavenLocal()
2323
maven {
2424
name = 'GitHubPackages'
25-
url = uri("https://maven.pkg.github.com/pavithmadusara/dgs-codegen-plugin")
25+
url = uri("https://maven.pkg.github.com/aupma/dgs-codegen-plugin")
2626
credentials {
2727
username = System.getenv("GITHUB_ACTOR")
2828
password = System.getenv("GITHUB_TOKEN")

src/main/java/com/aupma/codegen/dgs/DgsFetcherGenExtension.java renamed to src/main/java/com/aupma/dgs/DgsFetcherGenExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.aupma.codegen.dgs;
1+
package com.aupma.dgs;
22

33
/**
44
* Extension for configuring the GraphQL to DGS fetcher generation.

src/main/java/com/aupma/codegen/dgs/GraphQLToDgsProcessor.java renamed to src/main/java/com/aupma/dgs/GraphQLToDgsProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.aupma.codegen.dgs;
1+
package com.aupma.dgs;
22

33
import com.palantir.javapoet.*;
44
import com.palantir.javapoet.TypeName;

src/main/java/com/aupma/codegen/dgs/GraphqlToDgsPlugin.java renamed to src/main/java/com/aupma/dgs/GraphqlToDgsPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.aupma.codegen.dgs;
1+
package com.aupma.dgs;
22

33
import org.gradle.api.Plugin;
44
import org.gradle.api.Project;

src/main/resources/META-INF/gradle-plugins/com.aupma.codegen.dgs-codegen-plugin.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
implementation-class=com.aupma.dgs.GraphqlToDgsPlugin

0 commit comments

Comments
 (0)