Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Prepare for central
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Mar 11, 2021
1 parent 8b3f6d6 commit 07814ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ on:
- 'v*'

env:
NO_HEADLESS_TEST: true
FORCED_VERSION: ${{ github.ref }}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPEUSERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPEPASSWORD }}

jobs:
publish-windows:
Expand Down Expand Up @@ -43,6 +46,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: ./gradlew actuallyPublishBintray


- run: ./gradlew releaseMavenCentral
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
jcenter()
google()
maven { url = uri("https://dl.bintray.com/korlibs/korlibs/") }
maven { url = uri("https://plugins.gradle.org/m2/") }
maven { url = uri("https://dl.bintray.com/kotlin/kotlin-eap") }
maven { url = uri("https://dl.bintray.com/kotlin/kotlin-dev") }
}

dependencies {
Expand Down
20 changes: 12 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# sytleguide
kotlin.code.style=official

# Kotlin 1.4.30: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
easyPluginVersion=0.13.0
# Kotlin 1.4.31: https://github.com/korlibs/easy-kotlin-mpp-gradle-plugin
easyPluginVersion=0.14.2

# version
group=com.soywiz.korlibs.korio
version=2.0.0-SNAPSHOT

# kotlinx
coroutinesVersion=1.4.2
coroutinesVersion=1.4.3

# korlibs
klockVersion=2.0.6
kdsVersion=2.0.8
kmemVersion=2.0.8
kryptoVersion=2.0.6
kloggerVersion=2.0.7
klockVersion=2.0.7
kdsVersion=2.0.9
kmemVersion=2.0.9
kryptoVersion=2.0.7
kloggerVersion=2.0.8

# bintray location
project.bintray.org=korlibs
Expand All @@ -30,6 +30,10 @@ project.description=I/O utilities for Kotlin
project.license.name=MIT License
project.license.url=https://raw.githubusercontent.com/korlibs/korio/master/LICENSE

project.author.id=soywiz
project.author.name=Carlos Ballesteros Velasco
project.author.email=[email protected]

# gradle
kotlin.incremental.multiplatform=true
org.gradle.jvmargs=-Xmx3g
Expand Down

0 comments on commit 07814ce

Please sign in to comment.