diff --git a/.github/scripts/sign-osx-distro-file.sh b/.github/scripts/sign-osx-distro-file.sh index ec39407c9..5ed60ae24 100755 --- a/.github/scripts/sign-osx-distro-file.sh +++ b/.github/scripts/sign-osx-distro-file.sh @@ -17,7 +17,7 @@ tar -zxf $file --directory ${dir}/${destination_folder_name} echo "Successfully extracted ${filename}" # sign problematic binaries -for file in `find ${dir}/${destination_folder_name}/SpringToolSuite4.app -print | grep -E ".*/(libjansi\.jnilib|fsevents\.node)$"` +for file in `find ${dir}/${destination_folder_name}/SpringToolSuite4.app -type f | grep -E ".*/(kotlin-compiler-embeddable.*\.jar|fsevents\.node)$"` do echo "Signing binary file: ${file}" codesign --verbose --deep --force --timestamp --entitlements "${entitlements}" --options=runtime --keychain "${KEYCHAIN}" -s "${MACOS_CERTIFICATE_ID}" $file diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml index d8abc2a1b..1bede52d4 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml +++ b/eclipse-distribution/org.springframework.boot.ide.branding/pom.xml @@ -28,8 +28,6 @@ validate - - diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index 12e421661..e90b72df2 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -76,7 +76,7 @@ nightly ${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix} - https://cdn.spring.io/spring-tools/${dist.type}/TOOLS/sts4-language-server-integrations/${sts4-language-servers-version} + https://dist.springsource.com/${dist.type}/TOOLS/sts4-language-server-integrations/${sts4-language-servers-version} 4.0.4 UTF-8 diff --git a/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml b/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml index 617eaf212..e7cf73da9 100644 --- a/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml +++ b/eclipse-language-servers/org.springframework.tooling.ls.repository/pom.xml @@ -15,73 +15,6 @@ sts4-language-servers - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.6 - - - upload-repo - deploy - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - org.springframework.build - org.springframework.build.aws.ant - 3.0.6.RELEASE - - - net.java.dev.jets3t - jets3t - 0.8.1 - - - ant-contrib - ant-contrib - 20020829 - - - - - - gpg.sign