Skip to content

Upgrade#54

Open
aitor3ml wants to merge 4 commits intoStrongJoshua:masterfrom
aitor3ml-contrib:upgrade
Open

Upgrade#54
aitor3ml wants to merge 4 commits intoStrongJoshua:masterfrom
aitor3ml-contrib:upgrade

Conversation

@aitor3ml
Copy link
Copy Markdown

@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
Copy Markdown
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.

Comment thread build.gradle

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
Copy Markdown
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
Copy Markdown

@jfullstackdev jfullstackdev 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.

3 participants