Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade #54

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Upgrade #54

wants to merge 4 commits into from

Conversation

aitor3ml
Copy link

@aitor3ml aitor3ml commented May 1, 2020

  • upgraded libgdx to 1.9.10
  • fixed http to http for maven
  • fixed unknown properties for authentication
  • upgrade to gradle 5.6

replaces #53

@aitor3ml aitor3ml mentioned this pull request May 1, 2020
Copy link
Owner

@StrongJoshua StrongJoshua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious about a change you made to the deployment portion of the build.gradle file.

@@ -71,11 +71,11 @@ uploadArchives {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }

repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") {
authentication(userName: ossrhUsername, password: ossrhPassword)
authentication(userName: hasProperty('ossrhUsername')?ossrhUsername:'', password: hasProperty('ossrhPassword')?ossrhPassword:'')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if no username/password are passed through the authentication? Won't it just fail? If so, why do this?

Copy link

@jdevfullstack jdevfullstack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please separate each upgrade as one pull request. That's the correct way of doing that. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants