We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe14bf commit 5eefd49Copy full SHA for 5eefd49
1 file changed
build.gradle
@@ -11,8 +11,8 @@ plugins {
11
}
12
13
java {
14
- sourceCompatibility = 1.16
15
- targetCompatibility = 1.16
+ sourceCompatibility = 1.17
+ targetCompatibility = 1.17
16
17
18
// Ensure source and target compatibility
@@ -150,7 +150,7 @@ jreleaser {
150
sonatype {
151
active = 'ALWAYS'
152
url = 'https://central.sonatype.com/api/v1/publisher'
153
- stagingRepository('build/staging')
+ stagingRepository(layout.buildDirectory.dir("staging").get().asFile.path)
154
155
156
0 commit comments