Skip to content

Commit

Permalink
Merge pull request #59 from tudortimi/add-publishing-to-plugin-portal
Browse files Browse the repository at this point in the history
Add publishing to plugin portal
  • Loading branch information
tudortimi authored Mar 5, 2022
2 parents 2aa3084 + 511b43a commit 7e2a636
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ plugins {
id("java-gradle-plugin")
id("groovy")
id("maven-publish")
id("com.gradle.plugin-publish") version "0.20.0"
}

pluginBundle {
website = "https://github.com/tudortimi/gradle-hdvl/blob/master/README.md"
vcsUrl = "https://github.com/tudortimi/gradle-hdvl"
tags = listOf("SystemVerilog", "HDL", "hardware", "verification", "Xcelium", "QuestaSim", "SVUnit")
}

apply(from = "$rootDir/gradle/functional-test.gradle")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface RunSVUnitToolChain extends ToolChain {
/**
* Configures the command line args.
*
* @param configureClosure The closure to use to configure the command line args
* @param args The arg values to append
* @return this
*/
RunSVUnitToolChain args(String... args);
Expand Down

0 comments on commit 7e2a636

Please sign in to comment.