Skip to content

Commit 853a276

Browse files
fix(build): skip java build (#809)
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 2dcc930 commit 853a276

File tree

6 files changed

+7
-112
lines changed

6 files changed

+7
-112
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 0 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mergify.yml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
9393
packageId: camelCaseIt(PUBLICATION_NAMESPACE) + '.' + camelCaseIt(PROJECT_NAME),
9494
},
9595

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

103104
publishToGo: {
104105
moduleName: `github.com/${PUBLICATION_NAMESPACE}/${PROJECT_NAME}-go`,

package.json

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)