Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel García <[email protected]>
  • Loading branch information
lukpotSym and dani-garcia authored Nov 23, 2023
1 parent 243d2a2 commit 9b11383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
api 'net.java.dev.jna:jna-platform:5.12.1'
}

description = 'JavaWrapper'
description = 'BitwardenSDK'
java.sourceCompatibility = JavaVersion.VERSION_1_8

publishing {
Expand Down
2 changes: 1 addition & 1 deletion languages/java/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* This file was generated by the Gradle 'init' task.
*/

rootProject.name = 'JavaWrapper'
rootProject.name = 'BitwardenSDK'

0 comments on commit 9b11383

Please sign in to comment.