Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 794 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 794 Bytes

Soffit Samples

Build Status

This project contains several example Soffits for uPortal. More information about Soffit can be found in the uPortal manual.

Building This Project

This project builds with Gradle. You can install Gradle on your machine or use the included Gradle Wrapper.

Building with Gradle

  $gradle assemble

Building with the Gradle Wrapper

  $./gradlew assemble

Running This Project

  $java -jar build/libs/soffit-samples-0.0.1-SNAPSHOT.war