File tree 5 files changed +12
-10
lines changed
src/main/kotlin/com/jeffpdavidson/crosswordscraper
5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- uses : actions/checkout@v2
11
- - name : Set up JDK 1.8
12
- uses : actions/setup-java@v1
11
+ - name : Set up JDK
12
+ uses : actions/setup-java@v2
13
13
with :
14
- java-version : 1.8
14
+ distribution : ' microsoft'
15
+ java-version : ' 17'
15
16
- name : Cache Gradle packages
16
17
uses : actions/cache@v2
17
18
with :
Original file line number Diff line number Diff line change 2
2
.gradle /
3
3
.idea /
4
4
* .iml
5
+ kotlin-js-store /
Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpack
2
2
3
3
plugins {
4
- kotlin(" js" ) version " 1.5.30 "
5
- kotlin(" plugin.serialization" ) version " 1.5.0 "
4
+ kotlin(" js" ) version " 1.6.10 "
5
+ kotlin(" plugin.serialization" ) version " 1.6.10 "
6
6
}
7
7
8
8
group = " com.jeffpdavidson"
@@ -15,10 +15,10 @@ repositories {
15
15
}
16
16
17
17
dependencies {
18
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.5.1 " )
18
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core-js:1.6.0 " )
19
19
implementation(" org.jetbrains.kotlinx:kotlinx-html-js:0.7.3" )
20
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.2 .2" )
21
- implementation(" com.github.ajalt.colormath:colormath:2.1 .0" )
20
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3 .2" )
21
+ implementation(" com.github.ajalt.colormath:colormath:3.2 .0" )
22
22
23
23
implementation(" com.jeffpdavidson.kotwords:kotwords-js:1.2.6-SNAPSHOT" )
24
24
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
package com.jeffpdavidson.crosswordscraper
2
2
3
- import com.github.ajalt.colormath.RGB
3
+ import com.github.ajalt.colormath.model. RGB
4
4
import com.jeffpdavidson.kotwords.formats.Pdf
5
5
import kotlinx.browser.document
6
6
import kotlinx.coroutines.GlobalScope
You can’t perform that action at this time.
0 commit comments