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

Make all Gradle created classes abstract #597

Merged
merged 6 commits into from
Sep 21, 2023
Merged

Make all Gradle created classes abstract #597

merged 6 commits into from
Sep 21, 2023

Conversation

TWiStErRob
Copy link
Owner

@TWiStErRob TWiStErRob commented Sep 21, 2023

Triggered by

e: file:///home/runner/work/net.twisterrob.gradle/net.twisterrob.gradle/checkers/pmd/src/main/kotlin/net/twisterrob/gradle/pmd/PmdTask.kt:11:6 Class 'PmdTask' is not abstract and does not implement abstract base class member protected/*protected and package*/ abstract fun getIgnoreFailuresProperty(): Property<Boolean!>! defined in org.gradle.api.plugins.quality.Pmd
> Task :pmd:compileKotlin FAILED

@TWiStErRob TWiStErRob added a:refactor internal change without functional change on:gradle issue related to Gradle labels Sep 21, 2023
@TWiStErRob TWiStErRob added this to the 0.17 milestone Sep 21, 2023
@TWiStErRob TWiStErRob enabled auto-merge (squash) September 21, 2023 15:11
@TWiStErRob TWiStErRob merged commit a86bb4d into main Sep 21, 2023
44 checks passed
@TWiStErRob TWiStErRob deleted the abstract branch September 21, 2023 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:refactor internal change without functional change on:gradle issue related to Gradle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant