dropped usage of bintray, jcenter and jfrog artifactory

deploy to Sonatype OSSRH

snapshots are now here:
https://oss.sonatype.org/content/repositories/snapshots/com/formdev/
This commit is contained in:
Karl Tauber
2021-02-06 19:02:32 +01:00
parent dd1eacf4f0
commit 823d4b0fe2
7 changed files with 44 additions and 111 deletions

View File

@@ -24,11 +24,3 @@ include( "flatlaf-intellij-themes" )
include( "flatlaf-demo" )
include( "flatlaf-testing" )
include( "flatlaf-theme-editor" )
pluginManagement {
plugins {
// NOTE: keep plugin versions in sync with buildSrc/build.gradle.kts
id( "com.jfrog.bintray" ) version "1.8.4"
id( "com.jfrog.artifactory" ) version "4.13.0"
}
}