From d0f721e29ce262264d23417b69d36e727263641e Mon Sep 17 00:00:00 2001 From: stewartbryson <stewart@noumenal.io> Date: Wed, 7 Sep 2022 13:42:51 -0400 Subject: [PATCH] Using 'com.gradle.plugin-publish' version '1.0.0'. --- plugin/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 06fd22d..f23519b 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,7 +1,6 @@ plugins { - id 'java-gradle-plugin' + id 'com.gradle.plugin-publish' version '1.0.0' id 'groovy' - id 'maven-publish' id 'com.adarshr.test-logger' version '3.2.0' id "com.redpillanalytics.gradle-properties" version "1.0.7" id 'com.fuseanalytics.gradle.s3' version '1.2.0' @@ -56,11 +55,12 @@ testing { } } -//pluginBundle { -// website = 'http://noumenal.io/' -// vcsUrl = 'https://github.com/noumenalio/gradle-snowflake' -// tags = ['snowflake', 'snowpark', 'dataops'] -//} +pluginBundle { + description = 'Simplifies publishing UDFs to Snowflake. Supports internal stages using Snowpark, or external stages with maven-publish.' + website = 'http://noumenal.io/' + vcsUrl = 'https://github.com/noumenalio/gradle-snowflake' + tags = ['snowflake', 'snowpark', 'dataops', 'udf'] +} gradlePlugin { // Define the plugin