Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
major sync from internal to external core (#413)
Browse files Browse the repository at this point in the history
* major sync from internal to external core

* removed release tag

* whitesource and Java Compile and Test fix

* changed maven.compiler.plugin.version

* changed to 1.8

* 1.8 to 8

* 8 to 11
  • Loading branch information
bluetrait authored Nov 30, 2022
1 parent bcb3cf4 commit a693de6
Show file tree
Hide file tree
Showing 109 changed files with 2,280 additions and 1,123 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Build with Maven
run: mvn test --file pom.xml
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ pom.xml.next

# Specific project files
jir-client.properties
/bin/
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- openjdk8
- openjdk11

branches:
only:
Expand All @@ -22,8 +22,6 @@ notifications:
on_start: always
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
on_success: change
on_failure: always
Loading

0 comments on commit a693de6

Please sign in to comment.