Skip to content

Commit

Permalink
Release 0.1.0 (#5)
Browse files Browse the repository at this point in the history
* Upgrade to Kotlin 1.4.30

* CI: Build preview from dev branch
  • Loading branch information
Cubxity authored Feb 8, 2021
1 parent f5298c2 commit 53307a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gradle-preview-ci
on:
push:
branches: [ "master" ]
branches: [ "dev" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.4.21"
kotlin("kapt") version "1.4.21"
kotlin("jvm") version "1.4.30"
kotlin("kapt") version "1.4.30"
id("com.github.johnrengelman.shadow") version "6.1.0" apply false
}

Expand Down

0 comments on commit 53307a4

Please sign in to comment.