Skip to content

Commit

Permalink
Merge branch 'master' into github-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Jun 23, 2023
2 parents 418917f + 9cef809 commit 1891b47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: 'Publish'
uses: gradle/gradle-build-action@v2
env:
ORG_GRADLE_PROJECT_mavenCentralRepositoryUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralRepositoryPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
with:
arguments: clean publish --no-daemon --no-parallel
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Version 0.10.11
- Update to Gradle 8.0.2 (#743)
- Fix CI on Windows (#759)
- Upgrade to Error Prone 2.19.1 (#763)
- Upgrade maven publish plugin to 0.21.0 (#773)

Version 0.10.10
---------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m

GROUP=com.uber.nullaway
VERSION_NAME=0.10.11
VERSION_NAME=0.10.12-SNAPSHOT

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 1891b47

Please sign in to comment.