Skip to content

Commit

Permalink
Revert "Switch to publishing to Gradle portal"
Browse files Browse the repository at this point in the history
This reverts commit 8122099.
  • Loading branch information
kirill-grouchnikov committed Aug 14, 2022
1 parent 8122099 commit f04fa8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ buildscript {

// Misc dependencies
gradle_versions_plugin_version = '0.42.0'
gradle_publish_plugin_version = '1.0.0-rc-1'
}
repositories {
mavenCentral()
Expand All @@ -69,7 +68,6 @@ buildscript {
classpath "com.vanniktech:gradle-maven-publish-plugin:${rootProject.ext.gradle_maven_publish_plugin_version}"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:${rootProject.ext.dokka_version}"
classpath "com.github.ben-manes:gradle-versions-plugin:${rootProject.ext.gradle_versions_plugin_version}"
classpath "com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:${rootProject.ext.gradle_publish_plugin_version}"
}
}

Expand Down
12 changes: 3 additions & 9 deletions tools/svg-transcoder-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/

apply plugin: 'java-gradle-plugin'
apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'maven-publish'

dependencies {
implementation gradleApi()
Expand All @@ -39,19 +39,13 @@ dependencies {

ext.designation = "tools"

pluginBundle {
website = 'https://github.com/kirill-grouchnikov/radiance/'
vcsUrl = 'https://github.com/kirill-grouchnikov/radiance/'
tags = ['radiance', 'swing', 'svg']
}

gradlePlugin {
plugins {
customPlugin {
id = 'org.pushing-pixels.radiance.tools.svgtranscoder.gradle'
displayName = 'SVG transcoder for Radiance'
description = 'Transcodes SVG files into Java / Kotlin classes'
implementationClass = 'org.pushingpixels.radiance.tools.svgtranscoder.gradle.RadianceSvgTranscoderGradlePlugin'
}
}
}

apply plugin: 'com.vanniktech.maven.publish'

0 comments on commit f04fa8e

Please sign in to comment.