Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 317f8b79253614f437dbf3b7d2802d7b4fbf2b82 (plain) (blame)
1
2
3
4
language: java
jdk:
  - oraclejdk8
script: mvn clean install -f ./releng/javafx/org.eclipse.emf.ecp.fx.releng/pom.xml

Back to the top