Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Mar 19, 2024
1 parent 8f5a3c9 commit b8d90c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

publish:
runs-on: ubuntu-latest
if: github.repository == 'square/retrofit' && github.ref == 'refs/heads/trunk'
if: github.repository == 'Goooler/retrofit' && github.ref == 'refs/heads/trunk'
needs:
- jvm
- android
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Retrofit
========

[![Maven Central](https://img.shields.io/maven-central/v/io.github.goooler.retrofit2/retrofit)](https://central.sonatype.com/search?q=g%3Aio.github.goooler.retrofit2)
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/io.github.goooler.retrofit2/retrofit?&server=https://s01.oss.sonatype.org/)](https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/goooler/retrofit2)
[![Main](https://github.com/Goooler/retrofit/actions/workflows/build.yml/badge.svg?branch=trunk&event=push)](https://github.com/Goooler/retrofit/actions/workflows/build.yml?query=event%3Apush+branch%3Atrunk)
[![License](https://img.shields.io/github/license/Goooler/retrofit.svg)](LICENSE.txt)

A type-safe HTTP client for Android and Java.

For more information please see [the website][1].
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GROUP=com.squareup.retrofit2
GROUP=io.github.goooler.retrofit2
VERSION_NAME=2.11.0-SNAPSHOT

POM_URL=https://github.com/square/retrofit
POM_SCM_URL=https://github.com/square/retrofit/
POM_SCM_CONNECTION=scm:git:git://github.com/square/retrofit.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/square/retrofit.git
POM_URL=https://github.com/Goooler/retrofit
POM_SCM_URL=https://github.com/Goooler/retrofit/
POM_SCM_CONNECTION=scm:git:git://github.com/Goooler/retrofit.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Goooler/retrofit.git

POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
Expand Down
9 changes: 9 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
plugins {
id 'com.gradle.enterprise' version '3.16.1'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
}
}

dependencyResolutionManagement {
repositories {
mavenCentral()
Expand Down

0 comments on commit b8d90c4

Please sign in to comment.