Skip to content

Commit f009660

Browse files
authored
Merge pull request #27 from redomar/travis-patch-2
Remove Gradle files as the project now uses Maven
2 parents 1ccf8a1 + 28e2cec commit f009660

File tree

3 files changed

+5
-285
lines changed

3 files changed

+5
-285
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: java
2-
dist: Jammy
2+
dist: focal
33
jdk:
44
- openjdk8
5+
56
branches:
67
only:
78
- master
89
- develop
910

10-
script:
11+
before_install:
1112
- mvn install:install-file -Dfile=res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar
13+
14+
script:
1215
- mvn -B package --file pom.xml

gradlew

Lines changed: 0 additions & 183 deletions
This file was deleted.

gradlew.bat

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)