Skip to content

Commit 2b23535

Browse files
committed
- Gradle build system update.
- Baselining at Java 8. - Documentation updates. - Initial Bintray OSS release (awaiting Bintray request approval). I think we'll need to create an issue to split the core `README.md` file into smaller feature specific files. This should also allow the documentation to be compatible with gitbooks. I'll add more details to that issue later. Thanks.
1 parent 05a75ed commit 2b23535

File tree

7 files changed

+147
-108
lines changed

7 files changed

+147
-108
lines changed

.gitignore

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,11 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### Java template
3-
# Compiled class file
41
*.class
5-
6-
# Log file
72
*.log
83

9-
# BlueJ files
10-
*.ctxt
11-
12-
# Mobile Tools for Java (J2ME)
13-
.mtj.tmp/
14-
15-
# Package Files #
16-
*.jar
17-
*.war
18-
*.ear
19-
*.zip
20-
*.tar.gz
21-
*.rar
22-
23-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
244
hs_err_pid*
25-
265
*.idea
276
*.iml
28-
/_psd
29-
/.gradle
30-
/target
31-
_tmp
7+
8+
build/
9+
.gradle/
10+
gradle/
11+
gradlew*

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
install: gradle wrapper --gradle-version 5.4.1
1+
install: gradle wrapper --gradle-version 6.6.1
22

33
language: java
44

0 commit comments

Comments
 (0)