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

Fixes for Gradle Kotlin DSL #16

Merged
merged 3 commits into from
Jun 2, 2021
Merged

Fixes for Gradle Kotlin DSL #16

merged 3 commits into from
Jun 2, 2021

Conversation

equeim
Copy link
Contributor

@equeim equeim commented May 28, 2021

Make BuildTask getters and setters public and add generic parameters to environmentVariables getter and setter.

Also make BuildTask an abstract class (instantiating tasks directly is not supported in Gradle and custom task classes are abstract in examples).

@equeim
Copy link
Contributor Author

equeim commented May 30, 2021

I remove the change making BuildTask abstract class (seems to not work with Gradle 5.1.1).

@saudet
Copy link
Member

saudet commented May 30, 2021

Does it need to be abstract for Kotlin though?

@saudet saudet merged commit d289424 into bytedeco:master Jun 2, 2021
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