Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Update gradle version #36

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Update gradle version #36

merged 1 commit into from
Sep 17, 2021

Conversation

taer
Copy link
Collaborator

@taer taer commented Sep 15, 2021

The new gradle versions after 7 give this error when executing tasks in pygradle

   - Error: Type 'com.innobead.gradle.task.PythonTestTask' property 'virtualenvDir' is missing an input or output annotation.
      
      Reason: A property without annotation isn't considered during up-to-date checking.
      
      Possible solutions:
        1. Add an input or output annotation.
        2. Mark it as @Internal.
      
      Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#missing_annotation for more details about this problem.
  See https://docs.gradle.org/7.2/userguide/more_about_tasks.html#sec:task_input_output_annotations for more information on how to annotate task properties.

Also bumped up the Kotlin version

@taer taer marked this pull request as ready for review September 15, 2021 18:05
Copy link
Owner

@innobead innobead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@innobead innobead merged commit c19d2bf into innobead:master Sep 17, 2021
@taer taer deleted the updateGradle branch September 17, 2021 13:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants