you plugin look interesting so I tried it but my gradle (2.14) faild when execute gralde task
here is the console output:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'dparchitekt'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not find net.nemerosa:versioning:2.8.
Searched in the following locations:
https://jcenter.bintray.com/net/nemerosa/versioning/2.8.2/versioning-2.8.2.pom
https://jcenter.bintray.com/net/nemerosa/versioning/2.8.2/versioning-2.8.2.jar
Required by:
:dparchitekt:unspecified
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.562 secs
I applied the plugin according to the Readme provided.
After I looked into jcenter I noticed that only version 2.7.1 is available.
maybe the readme should be updated to avoid this error.
Hi,
you plugin look interesting so I tried it but my gradle (2.14) faild when execute
gralde task
here is the console output:I applied the plugin according to the Readme provided.
After I looked into jcenter I noticed that only version 2.7.1 is available.
maybe the readme should be updated to avoid this error.