Skip to content

Commit

Permalink
Test CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaehnen committed Nov 12, 2023
1 parent ec45613 commit b1ee9b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Java
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: temurin

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ plugins {

group = "io.opengood.commons"

val javaVersion = JavaVersion.VERSION_17

java.apply {
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
}

opengood {
artifact {
description = "Commons library containing reusable patterns, extensions, properties, beans, and objects for Spring and Spring Boot"
Expand Down

0 comments on commit b1ee9b5

Please sign in to comment.