Skip to content

Commit

Permalink
Merge pull request #18 from noumenalio/develop
Browse files Browse the repository at this point in the history
Using 'com.gradle.plugin-publish' version '1.0.0'.
  • Loading branch information
stewartbryson authored Sep 7, 2022
2 parents 90bb814 + d0f721e commit 7381495
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7381495

Please sign in to comment.