Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Sep 23, 2024
1 parent df9efcb commit c191635
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ artifacts {
archives shadowJar
}

generatePomFileForShadowPublication { pom.packaging = "jar" }

sourceSets {
main {
resources
Expand Down
5 changes: 5 additions & 0 deletions plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name=plugin-import-robot
version=1.0.0
description=Reinforce your ReportPortal instance with RobotFramework Import functionality and easily upload your log files right to ReportPortal.
pluginId=RobotFramework
lombokVersion=1.18.30
1 change: 1 addition & 0 deletions plugin/project-properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ targetCompatibility = JavaVersion.VERSION_11
def commonScriptsUrl = 'https://raw.githubusercontent.com/reportportal/gradle-scripts/'

project.ext {
publishRepo = "https://maven.pkg.github.com/reportportal/plugin-import-robot"
releaseMode = project.hasProperty("releaseMode")
pluginsDir = "$buildDir/plugins"
scriptsUrl = commonScriptsUrl + (releaseMode ? getProperty('scripts.version') : 'develop')
Expand Down

0 comments on commit c191635

Please sign in to comment.