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

refactor(tools): Migrate VerifyPackageCurationsTask to a Kotlin script #186

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sschuberth
Copy link
Member

This is a proof-of-concept migration to show how verification would work with stand-alone Kotlin scripts. Ultimately, the goal is to migrate all tools to stand-alone Kotlin scripts in order to get rid of the Gradle project that just serves as the infrastructure to run tools tasks.

This is a proof-of-concept migration to show how verification would work
with stand-alone Kotlin scripts. Ultimately, the goal is to migrate all
tools to stand-alone Kotlin scripts in order to get rid of the Gradle
project that just serves as the infrastructure to run tools tasks.

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth
Copy link
Member Author

@oss-review-toolkit/kotlin-devs please give this a try, and if we'll all good with this direction, I'll migrate the other tools as well.

For editing the scripts, you should be able to just open the root Gradle project in Fleet / IntelliJ to get syntax-highlighting and auto-completion.

@sschuberth
Copy link
Member Author

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.

1 participant