Merge pull request #6 from gresham-computing/jdk252

Jdk252
pull/1601/head
Alex 2020-06-11 10:39:42 +01:00 committed by GitHub
commit 1c3b5d385c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ Unreleased:
- Added a password encoder to the client entity service
- Fixes a bug by specifying the name of the scope columnn
- Removed functionality that passed the client secret down to the UI
- Updated JDK to Corretto 1.8.252
*1.3.2:
- Added changelog

4
Jenkinsfile vendored
View File

@ -1,8 +1,8 @@
pipeline {
agent any
tools {
maven 'Maven 3.3.9'
jdk 'Java 8'
maven 'Maven 3.6.3'
jdk 'Corretto 8.252'
}
environment {
VERSION = ''