Skip to content

Commit

Permalink
Fix TeamCity build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Feb 7, 2024
1 parent be78546 commit db21e9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ project {
}
}
params {
param("env.JDK8", "%linux.java8.oracle.64bit%")
param("env.JAVA_HOME", "%linux.java21.openjdk.64bit%")
param("env.ORG_GRADLE_PROJECT_sonatypeUsername", "%mavenCentralStagingRepoUser%")
password("env.ORG_GRADLE_PROJECT_sonatypePassword", "%mavenCentralStagingRepoPassword%")
password("env.PGP_SIGNING_KEY", "%pgpSigningKey%")
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
group=com.gradle
version=2.0.1

org.gradle.java.installations.fromEnv=JDK8

0 comments on commit db21e9a

Please sign in to comment.