-
Notifications
You must be signed in to change notification settings - Fork 13
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
Revamp build process, project structure and workflows #28
Conversation
0c80166
to
b9596b2
Compare
packageUser: ${{ github.actor }} | ||
packagePAT: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
./gradlew fullbuild |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we use standard task names? ./gradlew build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed with b20f978.
build.gradle
Outdated
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. | |||
* Copyright (c) 2024, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to change the license year for edited files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, Changed with b20f978.
Purpose
This PR will fixes:ballerina-platform/ballerina-library#5973 with ,
Checklist