Skip to content

Commit

Permalink
feat: remove maven publish setting
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Apr 26, 2024
1 parent e924584 commit 4add961
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 97 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 0 additions & 40 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
distName: 'gammarers.aws-waf-geo-restriction-rule-group',
module: 'gammarers.aws_waf_geo_restriction_rule_group',
},
publishToMaven: {
mavenGroupId: 'com.gammarer',
javaPackage: 'com.gammarer.cdk.aws.waf_geo_restriction_rule_group',
mavenArtifactId: 'aws-waf-geo-restriction-rule-group',
mavenEndpoint: 'https://s01.oss.sonatype.org',
},
publishToNuget: {
dotNetNamespace: 'Gammarer.CDK.AWS',
packageId: 'Gammarer.CDK.AWS.WafGeoRestrictionRuleGroup',
Expand Down
8 changes: 0 additions & 8 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4add961

Please sign in to comment.