gradle-dependency-lock-plugin | allow people using dynamic dependency versions to lock | Continuous Deployment library
kandi X-RAY | gradle-dependency-lock-plugin Summary
kandi X-RAY | gradle-dependency-lock-plugin Summary
[Apache 2.0] A plugin to allow people using dynamic dependency versions to lock them to specific versions. Some project teams may prefer to have their build.gradle dependencies reflect their ideal world. A latest.release for internal dependencies. A major., major.minor., or a range \[2.0.0, 4.0.0\). Many also want to lock to specific versions for day to day development, having a tagged version always resolve identically, and for published versions to have specific dependencies.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gradle-dependency-lock-plugin
gradle-dependency-lock-plugin Key Features
gradle-dependency-lock-plugin Examples and Code Snippets
Community Discussions
Trending Discussions on gradle-dependency-lock-plugin
QUESTION
I need to bring up a spring boot application with jdk1.6 as the target websphere is on 1.6. Gradle version iam using currenty is 2.10.
The plugins/dependencies I need for my project are :
- com.netflix.nebula:gradle-dependency-lock-plugin
- se.transmode.gradle:gradle-docker
- org.sonarsource.scanner.gradle:sonarqube-gradle-plugin
But whatever versions I tried, I am facing the " Unsupported major.minor version 51.0" error. Can someone please help me with what exact versions might help/work with jdk1.6.
...ANSWER
Answered 2017-May-27 at 08:36As an alternative to finding Java 6-compatible plugins, you could build with Java 7 or 8 and produce Java 6-compatible byte code by setting sourceCompatibility
and targetCompatibility
to 1.6
in your build.gradle
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gradle-dependency-lock-plugin
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page