3 Commits

Author SHA1 Message Date
1fca808956 build: bump jvm from 1.6.21 to 1.8.10
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.8.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 14:16:54 +00:00
797582f39f build: bump jvm from 1.6.20 to 1.6.21 (#4)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 15:31:20 +02:00
e7c7f77a4b build: bump gradle/gradle-build-action from 2.1.4 to 2.1.5 (#3)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 15:30:59 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -29,6 +29,6 @@ jobs:
java-version: '11' java-version: '11'
distribution: 'temurin' distribution: 'temurin'
- name: Build with Gradle - name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
with: with:
arguments: build arguments: build

View File

@ -30,14 +30,14 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle - name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
with: with:
arguments: build arguments: build
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in # The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle # the publishing section of your build.gradle
- name: Publish to GitHub Packages - name: Publish to GitHub Packages
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
with: with:
arguments: publish arguments: publish
env: env:

View File

@ -1,6 +1,6 @@
plugins { plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin. // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
kotlin("jvm") version "1.6.20" kotlin("jvm") version "1.8.10"
id("org.jetbrains.dokka") version "1.6.21" id("org.jetbrains.dokka") version "1.6.21"
// Apply the java-library plugin for API and implementation separation. // Apply the java-library plugin for API and implementation separation.