n0mer / gradle-git-properties

Gradle plugin for `git.properties` file generation
https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties
Apache License 2.0
323 stars 55 forks source link

Support JDK 16 #177

Closed shalugin closed 3 years ago

shalugin commented 3 years ago

Fixes #171

tha2015 commented 3 years ago
> Task :compileJava NO-SOURCE
> Task :compileGroovy FAILED

I think you will want to move the file to src/main/java?

shalugin commented 3 years ago

I think you will want to move the file to src/main/java?

Yes.