Skip to content

Conversation

@jxnu-liguobin
Copy link
Collaborator


Description

Related to #ISSUE_NUMBER


Changes were made to:

  • Codegen library - Java
  • Codegen library - Kotlin
  • Codegen library - Scala
  • Maven plugin
  • Gradle plugin
  • SBT plugin

@jxnu-liguobin jxnu-liguobin changed the base branch from master to develop February 21, 2023 05:08
@jxnu-liguobin
Copy link
Collaborator Author

In order to verify major changes, I put Scala and kotlin files into the test module to ensure that they can be compiled, but at present, I need to manually execute GraphQLCodegenVerifyCompileTest.java

@kobylynskyi kobylynskyi changed the base branch from develop to 985-combine-multiple-response-projections February 21, 2023 15:09
void cleanup() {
Utils.deleteDir(outputBuildDir);
}
// @AfterEach
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jxnu-liguobin can you please revert this

id "signing"
id "maven-publish"
id "org.sonarqube" version "3.2.0"
id 'org.jetbrains.kotlin.jvm' version '1.8.20-Beta'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jxnu-liguobin why are we adding this?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jxnu-liguobin I would like not to add kotlin code and dependencies to the main project. instead, please add this as part of example kotlin plugin which we already have.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. We can update the sample synchronously when major changes occur.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The template changes in this PR have been verified, closed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants