Skip to content

Commit

Permalink
fix: Set valid class name for jarviz-tool-provider Main-Class
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 4, 2022
1 parent 84b2d1b commit 1bcd40a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git push origin main
- name: Deploy
run: ./gradlew -Pprofile=release -PreproducibleBuild=true publish -S
run: ./gradlew -PreproducibleBuild=true publish -S

- name: Assemble
uses: jreleaser/release-action@v2
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:project-artifactId: jarviz-core
:project-version: 0.0.0-SNAPSHOT

image:https://github.com/{project-owner}/{project-name}/workflows/Build/badge.svg["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
image:https://img.shields.io/github/workflow/status/{project-owner}/{project-name}/EarlyAccess?logo=github["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"]
image:https://img.shields.io/maven-central/v/{project-groupId}/{project-artifactId}.svg[Download, link="https://search.maven.org/#search|ga|1|g:{project-groupId} AND a:{project-artifactId}"]

---
Expand Down
1 change: 1 addition & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ distributions:
mainClass: org.kordamp.jarviz.cli.Main
jbang:
active: ALWAYS
alias: jarviz
scoop:
active: ALWAYS
bucket:
Expand Down
2 changes: 1 addition & 1 deletion plugins/jarviz-tool-provider/jarviz-tool-provider.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'application'
}

mainClassName = 'org.kordamp.jarviz.tool.Jarviz'
mainClassName = 'org.kordamp.jarviz.toolprovider.Jarviz'

config {
docs {
Expand Down

0 comments on commit 1bcd40a

Please sign in to comment.