Skip to content

Commit 84bf0d5

Browse files
committed
fixed gh actions
1 parent 0be6b70 commit 84bf0d5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish_dev_version.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
path: ~/.m2
2424
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2525
restore-keys: ${{ runner.os }}-m2
26-
- name: Build with Maven
27-
run: ./mvnw -B package --file pom.xml -Pscala-2.12 -Dkotest.tags="!Kafka"
2826
- name: Deploy to GH Packages
29-
run: ./mvnw --batch-mode deploy
27+
run: ./mvnw --batch-mode deploy -Dkotest.tags="!Kafka"
3028
env:
3129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3230

kotlin-spark-api/3.2/src/main/kotlin/org/jetbrains/kotlinx/spark/api/jupyter/SparkIntegration.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import scala.collection.*
3838
import org.jetbrains.kotlinx.spark.api.SparkSession
3939
import scala.Product
4040
import java.io.Serializable
41+
import java.util.Random
4142
import scala.collection.Iterable as ScalaIterable
4243
import scala.collection.Iterator as ScalaIterator
4344

0 commit comments

Comments
 (0)