Skip to content

Commit 764afd8

Browse files
author
rcsoyer
committed
investigate failure on pipelines
1 parent f5b8a9a commit 764afd8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dependencies {
3636
implementation 'org.springframework.boot:spring-boot-starter-web'
3737
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
3838
implementation 'org.springframework.boot:spring-boot-starter-security'
39-
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
4039
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
40+
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
4141
implementation 'org.springframework.boot:spring-boot-starter-validation'
4242
implementation 'org.springframework.boot:spring-boot-starter-actuator'
4343
implementation 'org.springframework.session:spring-session-core'
@@ -73,9 +73,9 @@ test {
7373
}
7474
}
7575

76-
//tasks.withType(JavaCompile).configureEach {
77-
// options.fork = true
78-
//}
76+
tasks.withType(JavaCompile).configureEach {
77+
options.fork = true
78+
}
7979

8080
compileJava {
8181
options.compilerArgs.addAll(

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ spring:
2121
client:
2222
registration:
2323
google:
24-
clientId: 'REPLACE_ME'
25-
clientSecret: 'REPLACE_ME'
24+
clientId: '962497524793-sn58hgkr469ul5nare0c292nhuses5sh.apps.googleusercontent.com'
25+
clientSecret: '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'
2626
redirect-uri: '{baseUrl}/login/oauth2/code/google'
2727
authorization-grant-type: authorization_code
2828
scope: openid,profile,email

0 commit comments

Comments
 (0)