gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

collection of gradle plugins

Results 19 gradle-plugins issues
Sort by recently updated
recently updated
newest added

Hi, On version 0.9.20190424150743, the names of the scripts don't match the default [naming convention of flyway](https://flywaydb.org/documentation/migrations#naming): I got: v0.1.1.200__create_tables.sql but v should be in uppercase.

Thanks for these awesome plugins! Especially in love with providing a thin wrapper around existing command line tools and the docker isolation to make it portable. I've noticed that the...

Hi, it's seems to be more correct to separate plugins in different repos if you want to develop them by community. I'm find your jdk-bootstrap when research solutions, but it's...

When we dockerise terraform you depend on ensuring you mount all required files into the docker container. I observed you have used a volume to mount paths. There needs to...

Hi Remo, can you add an option to set the uid and gid for the user and resp. group?

com.github.rmee:jpa-schema-gen:0.8.20181201214153 Sample exception due to invalid entity class: generateSchema task still succeeds. ``` Exception in thread "Thread-412" java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException at com.github.rmee.jpa.schemagen.GenerateSchemaTask.lambda$generate$0(GenerateSchemaTask.java:115) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at...

instead of download the clients, they should be used through docker for better isolation, caching and platform-independence.

Hi, Could you provide an example of usage with minikube?