Skip to content

Commit

Permalink
Merge pull request #27 from redomar/travis-patch-2
Browse files Browse the repository at this point in the history
Remove Gradle files as the project now uses Maven
  • Loading branch information
redomar committed Dec 27, 2023
2 parents 1ccf8a1 + 28e2cec commit f009660
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 285 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: java
dist: Jammy
dist: focal
jdk:
- openjdk8

branches:
only:
- master
- develop

script:
before_install:
- mvn install:install-file -Dfile=res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar

script:
- mvn -B package --file pom.xml
183 changes: 0 additions & 183 deletions gradlew

This file was deleted.

100 changes: 0 additions & 100 deletions gradlew.bat

This file was deleted.

0 comments on commit f009660

Please sign in to comment.