mirror of
https://github.com/tcgdex/java-sdk.git
synced 2025-06-21 07:09:19 +00:00
Compare commits
3 Commits
2.0.0
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
a2b5e76f91 | |||
797582f39f | |||
e7c7f77a4b |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -29,6 +29,6 @@ jobs:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
|
||||
uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
|
||||
with:
|
||||
arguments: build
|
||||
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -30,14 +30,14 @@ jobs:
|
||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
|
||||
uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
|
||||
with:
|
||||
arguments: build
|
||||
|
||||
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
|
||||
# the publishing section of your build.gradle
|
||||
- name: Publish to GitHub Packages
|
||||
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
|
||||
uses: gradle/gradle-build-action@fec4a42eb0c83154e5c9590748ba8337949c5701
|
||||
with:
|
||||
arguments: publish
|
||||
env:
|
||||
|
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
|
||||
kotlin("jvm") version "1.6.20"
|
||||
id("org.jetbrains.dokka") version "1.6.21"
|
||||
kotlin("jvm") version "1.6.21"
|
||||
id("org.jetbrains.dokka") version "1.8.10"
|
||||
|
||||
// Apply the java-library plugin for API and implementation separation.
|
||||
`java-library`
|
||||
|
Reference in New Issue
Block a user