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

Kotlin classes do not get build by buildLfc task (unless the clean task is also run) #930

Closed
lhstrh opened this issue Feb 3, 2022 · 0 comments · Fixed by #934
Closed
Labels
gradle Issues regarding Gradle build configuration
Milestone

Comments

@lhstrh
Copy link
Member

lhstrh commented Feb 3, 2022

... or if there are no build artifacts present from previous builds.

./gradlew buildLfc runs successfully and outputs a jar, but the dynamically loaded Kotlin classes cannot be found at runtime.

@lhstrh lhstrh added the gradle Issues regarding Gradle build configuration label Feb 3, 2022
@lhstrh lhstrh added this to the 0.1.0 milestone Feb 3, 2022
cmnrd added a commit that referenced this issue Feb 3, 2022
According to the
[gradledocumentation](https://docs.gradle.org/current/userguide/upgrading_version_6.html),
gradle 7.0 supports kotlin 1.4.30. Specifying this kotlin version in
gradle.properties fixes the build problems described in #930.

Closes #930
@lhstrh lhstrh changed the title Kotlin classes do not get build by buildLfc task _unless_ the clean task is also run ... Kotlin classes do not get build by buildLfc task (unless the clean task is also run) Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gradle Issues regarding Gradle build configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant