Skip to content

Commit

Permalink
fix(build): Remove extra repository (#1135)
Browse files Browse the repository at this point in the history
This change removes the addition of the Azure snapshot repo, that was also
duplicated.

All of the dependencies used are hosted at Maven Central, so there's really
no need to have this extra repo defined.
  • Loading branch information
sikevux committed Jun 9, 2022
1 parent 680bbaa commit c7a7dc2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions front50-azure/front50-azure.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
repositories {
maven { url "https://adxsnapshots.azurewebsites.net" }
}

repositories {
maven { url "https://adxsnapshots.azurewebsites.net" }
}

dependencies {
implementation project(":front50-core")
Expand Down

0 comments on commit c7a7dc2

Please sign in to comment.