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

noWarningOnDirty - true not working for Gradle Kotlin scripts #68

Open
xmlking opened this issue Nov 22, 2019 · 2 comments
Open

noWarningOnDirty - true not working for Gradle Kotlin scripts #68

xmlking opened this issue Nov 22, 2019 · 2 comments

Comments

@xmlking
Copy link

xmlking commented Nov 22, 2019

https://github.com/xmlking/beam-examples

@dcoraboeuf
Copy link
Contributor

Hi @xmlking , can you please provide more details?

@xmlking
Copy link
Author

xmlking commented Nov 24, 2019

clone the above repo, change any file for testing (e.g., README.md)
then run gradle tasks
you will see bunch of [versioning] WARNING - the working copy has unstaged or uncommitted changes.

git clone https://github.com/xmlking/beam-examples ~/Developer/Work/java/beam-examples  
~/Developer/Work/java/beam-examples  
 gradle tasks

> Configure project :
[versioning] WARNING - the working copy has unstaged or uncommitted changes.
[versioning] WARNING - the working copy has unstaged or uncommitted changes.
[versioning] WARNING - the working copy has unstaged or uncommitted changes.
[versioning] WARNING - the working copy has unstaged or uncommitted changes.
[versioning] WARNING - the working copy has unstaged or uncommitted changes.
[versioning] WARNING - the working copy has unstaged or uncommitted changes.
[versioning] WARNING - the working copy has unstaged or uncommitted changes.

> Task :tasks

------------------------------------------------------------
Tasks runnable from root project - Monorepo Dataflow Apps
------------------------------------------------------------

Application tasks
-----------------
run - Runs this project as a JVM application
runShadow - Runs this project as a JVM application using the shadow jar
startShadowScripts - Creates OS specific scripts to run the project as a JVM application using the shadow jar

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants