skip tests in codeql

This commit is contained in:
Dan Mulloy 2023-04-09 18:24:13 -05:00
parent 1ca55a3c83
commit 3991ad0e8d
No known key found for this signature in database
GPG Key ID: F379C293F178751F
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jobs:
languages: 'java'
- name: Run gradle build lifecycle
run: ./gradlew build --no-daemon
run: ./gradlew build -x test --no-daemon
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

View File

@ -7,7 +7,8 @@ plugins {
group = 'com.comphenix.protocol'
version = '5.0.0-SNAPSHOT'
description = 'ProtocolLib'
//java.sourceCompatibility = JavaVersion.VERSION_1_8
java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17
repositories {
// mavenLocal()