Skip to content

Commit

Permalink
adapt to exp5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Jul 28, 2023
1 parent adec0b6 commit 4b9fe7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
./gradlew --no-daemon --stacktrace clean shadedJar shadedTestJar trimShadedJar \
${{ (matrix.on == 'self-hosted') && '--max-workers=8' || '--max-workers=2' }} --parallel \
${{ matrix.coverage && '-Pcoverage' || '' }} \
-PnoLint -Dscan.tag.exp4 \
-PnoLint -Dscan.tag.exp5 \
-PbuildJdkVersion=${{ env.BUILD_JDK_VERSION }} \
-PtestJavaVersion=${{ matrix.java }} \
${{ matrix.min-java && format('-PminimumJavaVersion={0}', matrix.min-java) || '' }} \
Expand All @@ -95,7 +95,7 @@ jobs:
${{ matrix.coverage && '-Pcoverage' || '' }} \
${{ matrix.leak && '-Pleak' || '' }} \
${{ matrix.blockhound && '-Pblockhound' || '' }} \
-PnoLint -Dscan.tag.exp4 \
-PnoLint -Dscan.tag.exp5 \
-PflakyTests=false \
-Pretry=true \
-PbuildJdkVersion=${{ env.BUILD_JDK_VERSION }} \
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gradleEnterprise {
buildCache {
local { enabled = false }
remote(HttpBuildCache) {
url = 'https://ge.armeria.dev/cache/exp4/'
url = 'https://ge.armeria.dev/cache/exp5/'
credentials { creds ->
creds.username = System.getenv('GRADLE_ENTERPRISE_CACHE_USERNAME')
creds.password = System.getenv('GRADLE_ENTERPRISE_CACHE_PASSWORD')
Expand Down

0 comments on commit 4b9fe7e

Please sign in to comment.