We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2b5325 + 39e59ac commit 1ccf8a1Copy full SHA for 1ccf8a1
.travis.yml
@@ -1,8 +1,12 @@
1
language: java
2
-dist: trusty
+dist: Jammy
3
jdk:
4
- - oraclejdk8
5
-# blocklist
+ - openjdk8
6
branches:
7
- except:
8
- - experimental
+ only:
+ - master
+ - develop
9
+
10
+script:
11
+ - mvn install:install-file -Dfile=res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar
12
+ - mvn -B package --file pom.xml
0 commit comments