Upgrade to Gradle 4.10.2

Due to an upgrade of the Artifactory publication plugin on the CI
server, we need to upgrade the build for 4.3.x to Gradle 4.x.

Closes gh-24392
This commit is contained in:
Sam Brannen
2020-01-17 16:46:26 +01:00
parent 032100ce55
commit 2dcce8ca31
10 changed files with 37 additions and 69 deletions

View File

@@ -1,3 +1,5 @@
package org.springframework.scripting.groovy;
import org.springframework.context.ApplicationContext
import org.springframework.context.ApplicationContextAware
import org.springframework.scripting.ContextScriptBean

View File

@@ -1,3 +1,5 @@
package org.springframework.scripting.groovy;
import org.springframework.beans.factory.FactoryBean
class TestFactoryBean implements FactoryBean {

View File

@@ -1 +1,3 @@
package org.springframework.scripting.groovy;
return 3 * 2