File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - name : Set up JDK 11
14
+ - name : Set up JDK 17
15
15
uses : actions/setup-java@v4
16
16
with :
17
- java-version : 11
17
+ java-version : 17
18
18
distribution : ' adopt'
19
19
20
20
- name : Setup Gradle
@@ -34,10 +34,10 @@ jobs:
34
34
node-version : 12.x
35
35
- name : Install dependencies
36
36
run : npm install
37
- # - name: Test
38
- # run: npm test
39
- # env:
40
- # CI: true
37
+ # - name: Test
38
+ # run: npm test
39
+ # env:
40
+ # CI: true
41
41
- name : Generate build
42
42
run : npm run build
43
43
env :
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ plugins {
20
20
group ' com.lunatech'
21
21
version ' 0.0.1'
22
22
mainClassName = " io.ktor.server.netty.EngineMain"
23
- sourceCompatibility = JavaVersion . VERSION_11
24
- targetCompatibility = JavaVersion . VERSION_11
23
+ sourceCompatibility = JavaVersion . VERSION_17
24
+ targetCompatibility = JavaVersion . VERSION_17
25
25
26
26
sourceSets {
27
27
main. kotlin. srcDirs = main. java. srcDirs = [' src/main' ]
Original file line number Diff line number Diff line change
1
+ # Fri Apr 26 11:42:52 CEST 2024
1
2
distributionBase =GRADLE_USER_HOME
2
3
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments