Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build scripts #794

Closed
wants to merge 3 commits into from
Closed

Conversation

aashikam
Copy link
Contributor

Purpose

Fixes:

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@aashikam aashikam changed the title Update scripts Update build scripts Feb 20, 2024
@aashikam aashikam added the Skip GraalVM Check This will skip the GraalVM compatibility check label Feb 20, 2024
@@ -0,0 +1,122 @@
name: Build with Ballerina Lang
Copy link
Member

@MohamedSabthar MohamedSabthar Feb 21, 2024

Choose a reason for hiding this comment

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

Do we need this workflow? Does the other ballerinax connectors have this workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I got these workflows from the ballerinax/kafka connector, since these have the compiler plugin I was asked to add the standard library workflows. https://github.com/ballerina-platform/module-ballerinax-kafka/blob/master/.github/workflows/build-with-ballerina-lang.yml

@@ -17,12 +17,12 @@ jobs:
with:
distribution: 'temurin'
java-version: 17.0.7

- name: Set environment variable
Copy link
Member

Choose a reason for hiding this comment

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

This is workflow is not centralized. Is this because this module has compiler plugin?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -23,15 +23,6 @@ plugins {
id "net.researchgate.release" version "2.8.0"
Copy link
Member

Choose a reason for hiding this comment

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

Shall we move the plugin management to the settings.gradle file?

Copy link
Member

Choose a reason for hiding this comment

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

Why is this deleted?

@aashikam aashikam closed this Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip GraalVM Check This will skip the GraalVM compatibility check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants