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.
1 parent c2b5325 commit 658e45fCopy full SHA for 658e45f
.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