Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History

srcdeps-gradle-dep-maven-git-revision-quickstart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

srcdeps-gradle-dep-maven-git-revision-quickstart

A Gradle project containing a dependency on a source revision of a Maven project

System requirements

  • Gradle 3.5+

  • Maven 3.3.1+

  • Java 7+ or newer

  • link:build.gradle :

    • org.srcdeps.gradle.plugin

    • The version of org.srcdeps.test.gradle:srcdeps-test-artifact-gradle-impl

  • srcdeps.yaml and its documentation under https://github.com/srcdeps/srcdeps-core/blob/master/doc/srcdeps.yaml .

  • Issue gradle clean build on command line in the directory where this README file resides.

  • Check in the output of the above mvn command if the GreetingAppTest passed

  • Check if the version 1.0-SRC-revision-e63539236a94e8f6c2d720f8bda0323d1ce4db0f of org.srcdeps.test.gradle:srcdeps-test-artifact-gradle-impl was installed in your local Maven repository.

  • Check the directory where the srcdeps-test-artifact was built: ${maven.repo.local}/../srcdeps/org/srcdeps/test/gradle - i.e. typically ~/.m2/srcdeps/org/srcdeps/test/gradle