Skip to content

Commit

Permalink
fix(build): skip java build (#809)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust authored Nov 19, 2024
1 parent 2dcc930 commit 853a276
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 112 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.

55 changes: 0 additions & 55 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.

13 changes: 7 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
packageId: camelCaseIt(PUBLICATION_NAMESPACE) + '.' + camelCaseIt(PROJECT_NAME),
},

publishToMaven: {
javaPackage: `io.github.${PUBLICATION_NAMESPACE.replace(/-/g, '_')}.${PROJECT_NAME.replace(/-/g, '_')}`,
mavenGroupId: `io.github.${PUBLICATION_NAMESPACE}`,
mavenArtifactId: PROJECT_NAME,
mavenEndpoint: 'https://s01.oss.sonatype.org',
},
//TODO: JumpStartModel.java is over 64K skipping building Java distribution until resolved.
// publishToMaven: {
// javaPackage: `io.github.${PUBLICATION_NAMESPACE.replace(/-/g, '_')}.${PROJECT_NAME.replace(/-/g, '_')}`,
// mavenGroupId: `io.github.${PUBLICATION_NAMESPACE}`,
// mavenArtifactId: PROJECT_NAME,
// mavenEndpoint: 'https://s01.oss.sonatype.org',
// },

publishToGo: {
moduleName: `github.com/${PUBLICATION_NAMESPACE}/${PROJECT_NAME}-go`,
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 853a276

Please sign in to comment.