Skip to content

Commit

Permalink
Update list of developers & bump up java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveswaran-m committed Oct 12, 2023
1 parent fee9de5 commit db5add1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ mavenPublishing {
name = "Fehim Erdogan"
url = "https://github.com/erdoganf"
}
developer {
id = "sarveswaran-m"
name = "Sarveswaran Meenakshisundaram"
url = "https://github.com/sarveswaran-m"
}
}
scm {
url = "https://github.com/trivago/fastutil-concurrent-wrapper"
Expand All @@ -50,8 +55,8 @@ mavenPublishing {
}
}

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17

sourceSets {
jmh {
Expand Down

0 comments on commit db5add1

Please sign in to comment.