File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : java
2
+
3
+ jdk :
4
+ - oraclejdk8
5
+ - oraclejdk9
6
+
7
+ cache :
8
+ directories :
9
+ - .autoconf
10
+ - $HOME/.m2
11
+
12
+ install : true
13
+
14
+ script :
15
+ - mvn -U -C -Dnon.final=true clean verify
Original file line number Diff line number Diff line change
1
+ [ ![ Build Status] ( https://travis-ci.org/eclipse-ee4j/jsonp.svg?branch=master )] ( https://travis-ci.org/eclipse-ee4j/jsonp )
2
+
1
3
# JSON Processing (JSON-P)
2
4
3
5
This projects contains API and Reference Implementation (RI) of JSR-374.
@@ -18,4 +20,4 @@ mvn -U -C clean install -Dnon.final=true
18
20
## Links
19
21
20
22
- JSON-P official web site: https://javaee.github.io/jsonp
21
- - JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374
23
+ - JSR-374 page on JCP site: https://jcp.org/en/jsr/detail?id=374
You can’t perform that action at this time.
0 commit comments