File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3810,6 +3810,7 @@ allprojects {
3810
3810
project. jar. enabled = false
3811
3811
3812
3812
// and redirect the resources into the module
3813
+ project. sourceSets. main. output. resourcesDir = project. moduleDir
3813
3814
project. processResources. destinationDir = project. moduleDir
3814
3815
}
3815
3816
@@ -3843,6 +3844,7 @@ allprojects {
3843
3844
project. sourceSets. shims. resources. srcDirs + = project. sourceSets. main. resources. srcDirs
3844
3845
3845
3846
// and redirect the resources into the module
3847
+ project. sourceSets. shims. output. resourcesDir = project. moduleShimsDir
3846
3848
project. processShimsResources. destinationDir = project. moduleShimsDir
3847
3849
3848
3850
compileTestJava. dependsOn(copyGeneratedShimsTask)
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ jfx.build.jdk.buildnum.min=28
85
85
# The jfx.gradle.version.min property defines the minimum version of gradle
86
86
# that is supported. It must be <= jfx.gradle.version.
87
87
jfx.gradle.version =5.3
88
- jfx.gradle.version.min =4.8
88
+ jfx.gradle.version.min =5.3
89
89
90
90
# Toolchains
91
91
jfx.build.linux.gcc.version =gcc8.2.0-OL6.4+1.0
Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ project(":web").projectDir = file("modules/javafx.web")
35
35
project(" :media" ). projectDir = file(" modules/javafx.media" )
36
36
project(" :systemTests" ). projectDir = file(" tests/system" )
37
37
38
- // Stable publishing behavior is the default in gradle 5.x.
39
- // This setting enables it in gradle 4.8 to help with the transition.
40
- enableFeaturePreview(' STABLE_PUBLISHING' )
41
-
42
38
def closedDir = file(" ../rt-closed" )
43
39
def buildClosed = closedDir. isDirectory()
44
40
You can’t perform that action at this time.
0 commit comments