Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b1dda65cf95dd2a43b1c08b479713a4ae616046 (plain) (blame)
1
2
3
4
5
6
7
target "license" with source configurePhase

// This target file points to current license to enforce the right version gets bundled.

location eclipse-public-license "https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210" {
	org.eclipse.license.feature.group lazy
}

Back to the top