Skip to content

Commit

Permalink
Update publishRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Sep 2, 2024
1 parent 6c3433d commit c3d478c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![stackoverflow](https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/reportportal)

[![Build Status](https://travis-ci.org/reportportal/commons-model.svg?branch=master)](https://travis-ci.org/reportportal/commons-model)
[![Maven Central](https://img.shields.io/maven-central/v/com.epam.reportportal/commons-model.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.epam.reportportal%22%20AND%20a:%22commons-model%22)
[![Build Status](https://travis-ci.org/reportportal/commons-reporting.svg?branch=master)](https://travis-ci.org/reportportal/commons-reporting)
[![Maven Central](https://img.shields.io/maven-central/v/com.epam.reportportal/commons-reporting.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.epam.reportportal%22%20AND%20a:%22commons-reporting%22)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
def scriptsUrl = 'https://raw.githubusercontent.com/reportportal/gradle-scripts/' +
(project.hasProperty("releaseMode") ? getProperty('scripts.version') : 'master')

project.ext.publishRepo = "https://maven.pkg.github.com/reportportal/commons-model"
project.ext.publishRepo = "https://maven.pkg.github.com/reportportal/commons-reporting"

apply from: scriptsUrl + '/release-commons.gradle'
apply from: scriptsUrl + '/signing.gradle'
Expand Down

0 comments on commit c3d478c

Please sign in to comment.