-
Notifications
You must be signed in to change notification settings - Fork 859
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
Gradle warnings #659
Gradle warnings #659
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thanks for doing this
@@ -12,6 +12,7 @@ spotless { | |||
scala { | |||
scalafmt() | |||
licenseHeaderFile rootProject.file('gradle/enforcement/spotless.license.java'), '(package|import|public)' | |||
target 'src/**/*.scala' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch 👍
@@ -1,30 +1,20 @@ | |||
plugins { | |||
id 'play' | |||
id "org.gradle.playframework" version "0.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* More gradle warnings fixes * Disable javadoc where it is definitely not needed * Polish
The majority of remaining Gradle warnings is fixed.
Remaing warnings are mostly due to Playframework gradle plugin. See gradle/playframework#114