Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Roll back to original group id and fix gwt artifact name
Browse files Browse the repository at this point in the history
If another group id is used, gradle will fetch both backends in case dependencies of the game project declare it. => PROBLEM.
  • Loading branch information
MrStahlfelge committed Jun 2, 2019
1 parent 893ef1c commit 65cebe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply from: "gradle/dependencies.gradle"

allprojects{
group = 'de.golfgl.gdx'
version = '1.98.0-SNAPSHOT'
group = 'com.badlogicgames.gdx'
version = '1.98.0'

buildscript{
repositories{
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ include ":backends:gdx-backend-robovm"
include ":backends:gdx-backends-gwt"

rootProject.name = "libgdx"
project(":backends:gdx-backends-gwt").name = "gdx-backend-gwt"

0 comments on commit 65cebe8

Please sign in to comment.