diff --git a/gradle.properties b/gradle.properties index f8da7958ba..5e106b90d5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.parallel=true # (this could be memory-intensive) org.gradle.workers.max=3 # Default to using 2GB of memory for the JVM. -org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC +org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC -Dfile.encoding=UTF-8 # Uncomment to restrict the number of concurrent npm build tasks. Useful for systems with limited resources. #npmRunLimit=2 @@ -44,7 +44,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary -labkeyVersion=25.7-SNAPSHOT +labkeyVersion=25.8-SNAPSHOT labkeyClientApiVersion=6.3.0 # Version numbers for the various binary artifacts that are included when diff --git a/gradle/settings/all.gradle b/gradle/settings/all.gradle index 02374e01c1..c9f223bf17 100644 --- a/gradle/settings/all.gradle +++ b/gradle/settings/all.gradle @@ -24,7 +24,7 @@ buildscript { { mavenLocal() maven { - url "${artifactory_contextUrl}/plugins-snapshot-local" + url = "${artifactory_contextUrl}/plugins-snapshot-local" mavenContent { snapshotsOnly() } diff --git a/server/build.gradle b/server/build.gradle index d5fd974cb2..cf944dad2f 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -191,6 +191,7 @@ project.tasks.register("reportVersionToTeamCity", DefaultTask) { println "##teamcity[setParameter name='labkey.version' value='${labkeyVersion}']" }) } + if (project.hasProperty("teamcity")) { project.tasks.named('stageApp').configure { dependsOn(project.tasks.named('reportVersionToTeamCity')) } @@ -210,14 +211,11 @@ else task.description = "Copy dependencies required for JSP dynamic compiling" task.into project.rootProject.layout.buildDirectory.dir("jspRecompiling") task.from project.configurations.recompilingJsp - task.mustRunAfter(cleanJspRecompileSetup) + task.dependsOn(cleanJspRecompileSetup) if (project.hasProperty('apacheTomcatVersion')) task.inputs.property 'apacheTomcatVersion', project.property('apacheTomcatVersion') else task.outputs.cacheIf { false } // Just don't cache if we can't be sure of the Jasper version - task.doFirst { - project.delete project.rootProject.layout.buildDirectory.dir("jspRecompiling") - } } project.tasks.named('deployApp').configure { diff --git a/server/embedded/src/main/resources/log4j2.xml b/server/embedded/src/main/resources/log4j2.xml index e88f9f3dd2..66bc198950 100644 --- a/server/embedded/src/main/resources/log4j2.xml +++ b/server/embedded/src/main/resources/log4j2.xml @@ -300,9 +300,9 @@ - +