Skip to content

Commit

Permalink
build: remove publishing to maven, pypi and nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
agdimech committed Feb 24, 2022
1 parent 0f20ea4 commit 09aae49
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 259 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/build.yml

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

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

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

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

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

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

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

13 changes: 0 additions & 13 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ const project = new JsiiProject({
keywords: ["aws", "pdk", "jsii", "projen"],
prettier: true,
repositoryUrl: "https://github.com/aws/aws-prototyping-sdk",
publishToMaven: {
mavenGroupId: "aws.prototyping.sdk",
mavenArtifactId: "aws-prototyping-sdk",
javaPackage: "aws.prototyping.sdk",
},
publishToPypi: {
distName: "aws-prototyping-sdk",
module: "aws-prototyping-sdk",
},
publishToNuget: {
dotNetNamespace: "Aws.Prototying.Sdk",
packageId: "Aws.Prototyping.Sdk",
},
devDeps: [
"@commitlint/cli",
"@commitlint/config-conventional",
Expand Down
21 changes: 1 addition & 20 deletions package.json

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

0 comments on commit 09aae49

Please sign in to comment.