Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Custom tasks in Kotlin build scripts are automatically open #378

Closed
bamboo opened this issue May 30, 2017 · 1 comment
Closed

Custom tasks in Kotlin build scripts are automatically open #378

bamboo opened this issue May 30, 2017 · 1 comment

Comments

@bamboo
Copy link
Member

bamboo commented May 30, 2017

Because of Gradle runtime class decorations tasks must be declared open in Kotlin.

The allopen Kotlin plugin can make it happen automatically.

  • kotlin-dsl plugin
  • script compilation
@bamboo bamboo added this to the 0.10.0 milestone May 30, 2017
@eskatos eskatos modified the milestones: 0.11.0, 0.10.0 Jun 8, 2017
@bamboo bamboo modified the milestones: 1.0.0, 0.11.0 Jul 20, 2017
@bamboo bamboo modified the milestones: 1.0.0, 2.0.0 Jan 17, 2018
@SUPERCILEX
Copy link
Contributor

I see this keeps being pushed back, but I would love to see it happen for at least classes extending the default task. I know the spring boot people also managed to make it work by looking at annotations.

@eskatos eskatos modified the milestones: 2.0.0, 1.1.0 Nov 6, 2018
@eskatos eskatos changed the title Custom tasks and plugins in Kotlin build scripts are automatically open Custom tasks in Kotlin build scripts are automatically open Nov 21, 2018
@eskatos eskatos modified the milestones: 1.1.0, 2.0.0 Nov 21, 2018
@eskatos eskatos closed this as completed Apr 24, 2019
@eskatos eskatos removed this from the 2.0.0 milestone Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants