Skip to content

Commit f0445df

Browse files
committed
Merge branch 'bintray' into 1.4.1-dev
This adds both Travis support and the ability to deploy/publish to bintray.com
2 parents bcc658e + 313d400 commit f0445df

File tree

10 files changed

+273
-168
lines changed

10 files changed

+273
-168
lines changed

.gitignore

100755100644
File mode changed.

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
# Still needs tweaks so that a 'release' commit causes Gradle to
2+
# execute the 'bintrayUpload' task instead of the 'build' task.
3+
# Or maybe the upload should always happen, but the publishing
4+
# is a separate task?
15
language: java
2-
script: gradle build
6+
# For JDK9, add
7+
# _JAVA_OPTIONS="${JAVA_OPTIONS} --illegal-access=permit"
8+
script: gradle build -Dpublish=true "-Duser=$BINTRAY_USER" "-Dkey=$BINTRAY_KEY"
39
jdk:
410
- oraclejdk8
5-
addons:
6-
apt:
7-
packages:
8-
- oracle-java8-installer
911
notifications:
1012
slack:
1113
secure: Issnni/GrSCwmvwAC/JRdLAZe3863ahnY46muQnt2yhgmcT9ygWsjkyCewwPtkfb0sFT+PRmymeOrMwFJk/4DaCr8F0kFY6bbSICWzy5ovrbJypCqsrS6am0GTxWvGkwcYyihh94HW6mIR+siiJF0s0S6J4nzWqW0h8T7p3iZNY38FlZImaAH4xXI9t3kJ1uuZ4QvI7d738rwaGHDRy1uhCF465oWDgaRujM4R6PZPf/lJE8JQRquULjYdHwdzIy/57zNX8/knrpbMpN3mpBjMdoM7RQKkW22eQfwGwVzx/1NZBPcOn2BAYL5rMVpRPQOnqf2dO8uzP+z5MbtQ7j588BfRuvQ3AVYlJgLIrltMmb6S+XQmHG9wiQ9efhH7/1Nbv+MchHujUGym/cVIbrWhWKJbfVg7zP9QiMDQdP24rVE2OjL6Fg1YI/81faFlOPKRx0JwLCAnfmwxudc7H6vb4jaWmrPWYbA5n67ZPEAb7RkFTG1ZQu6XBioIsvz8HjiRegL3hPpHSScEyK6TZCkcFIawPIauM6en5uD+nfZ7RI7AtG8IK8dSyJoV+PxNMRQHqwQHSUQSa4xd2uJlNSKej9pQwmtTL4qVsW4UqPt/wyZMRIBweOedwFvCkG5rupEGo7WouiVymnLH2BUlLuI3TpJDL9oeH1EZKlFYltzlY=

LICENSE

100755100644
File mode changed.

README.md

100755100644
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# rplib
2-
Library of common functionality for the rptool tools.
3-
2+
Library of common functionality for the RPTools applications.

build-resources/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1.7
1+
1.4.1.9

0 commit comments

Comments
 (0)