Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
/ cordapp-librarian Public archive
forked from corda/samples

Select, build and publish CorDapps.

License

Notifications You must be signed in to change notification settings

exactpro/cordapp-librarian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CordApp Samples Re-use

Select, build and publish simple (easy to reason about) CorDapps, e.g. from corda/samples, for testing Corda releases and snapshots.

Two approaches tried: using flat dir resolver, and publishing to real repos (mavenLocal for the moment).

# use unmodified `corda/samples`
# clone github.com/corda/samples into lib/
#   and
# start an indepenent `gradlew jar` in lib/samples/obligation-cordapp/
gradle -q o2jars

# publish to mavenLocal (requires changes to corda/samples)
pushd obligation-cordapp && gradle clean install && popd

Both checked with Gradle 4.10.3, 5.4.1, 5.5.1, 5.6.2; Caveat: Gradle 4.10.3 cannot make wrapper of 5.5.1; Gradle 5.6.2 can.

About

Select, build and publish CorDapps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.7%
  • Kotlin 44.3%