mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Temporarily revert changes for gh-33616
See gh-33616
This commit is contained in:
@@ -11,7 +11,7 @@ apply plugin: "kotlin"
|
||||
apply plugin: "kotlinx-serialization"
|
||||
|
||||
multiRelease {
|
||||
targetVersions 17, 21, 24
|
||||
targetVersions 17, 21
|
||||
}
|
||||
|
||||
def javapoetVersion = "1.13.0"
|
||||
@@ -25,10 +25,6 @@ configurations {
|
||||
graalvm
|
||||
}
|
||||
|
||||
springFramework {
|
||||
enableJavaPreviewFeatures = true
|
||||
}
|
||||
|
||||
task javapoetRepackJar(type: ShadowJar) {
|
||||
archiveBaseName = 'spring-javapoet-repack'
|
||||
archiveVersion = javapoetVersion
|
||||
|
||||
Reference in New Issue
Block a user