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 build scripts and add command-line tool #150

Merged
merged 27 commits into from
Nov 11, 2024
Merged

Conversation

jwharm
Copy link
Owner

@jwharm jwharm commented Oct 26, 2024

The project structure and build scripts have been refactored:

  • The GIR parser and Java code generator are now moved out of buildSrc, into a separate subproject called generator.
  • A main class JavaGI has been added to the generator subproject that can be used as a command-line utility to generate bindings.
  • The generated license notice has been changed to facilitate generating bindings that do not use the LGPL license.
  • The Gradle build scripts now use Kotlin instead of Groovy syntax, and a few issues and improvements were made along the way.

jwharm added 12 commits October 26, 2024 17:15
The project structure and build scripts have been refactored:
- The GIR parser and Java code generator are now moved out of `buildSrc`, into a separate subproject called `generator`.
- A main class `JavaGI` has been added to the `generator` subproject that can be used to develop a command-line utility to generate bindings.
- The generated license notice has been changed to facilitate generating bindings that do not use the LGPL license.
- The Gradle build scripts now use Kotlin instead of Groovy syntax, and a few issues and improvements were made along the way.
@jwharm jwharm changed the title Refactor build scripts Refactor build scripts and add command-line tool Oct 27, 2024
@jwharm jwharm merged commit 66551f5 into main Nov 11, 2024
@jwharm jwharm deleted the refactor-build-scripts branch November 11, 2024 20:37
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