Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a80b30

Browse files
authored
Updated build.gradle
1 parentba673e7 commit7a80b30

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
1010
# See: https://circleci.com/docs/configuration-reference/#executor-job
1111
docker:
12-
-image:cimg/openjdk:11.0.19
12+
-image:cimg/openjdk:17.0.8
1313
# Add steps to the job
1414
# See: https://circleci.com/docs/configuration-reference/#steps
1515
steps:

‎.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ jobs:
4040

4141
steps:
4242
-name:Checkout repository
43-
uses:actions/checkout@v2
43+
uses:actions/checkout@v3
44+
45+
-name:Set up JDK 17
46+
uses:actions/setup-java@v3
47+
with:
48+
distribution:'temurin'
49+
java-version:'17'
50+
cache:'gradle'
4451

4552
# Initializes the CodeQL tools for scanning.
4653
-name:Initialize CodeQL

‎build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test {
2626
group='com.github.javadev'
2727
version='1.24-SNAPSHOT'
2828
description='leetcode-in-java'
29-
java.sourceCompatibility=JavaVersion.VERSION_11
29+
java.sourceCompatibility=JavaVersion.VERSION_17
3030

3131
java {
3232
withSourcesJar()

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<artifactId>maven-compiler-plugin</artifactId>
4444
<version>3.11.0</version>
4545
<configuration>
46-
<source>11</source>
47-
<target>11</target>
46+
<source>17</source>
47+
<target>17</target>
4848
<encoding>UTF-8</encoding>
4949
<compilerArgs>
5050
<arg>-Xlint:unchecked</arg>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp