Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Sep 16, 2024
1 parent 3cdb08a commit 4943f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: 下载servlet TCK
with:
repository: jakartaee/servlet
ref: c533204b8fb04a4b04169e697b3f140b8ea2deb9
ref: c4a04f1f1a9ea747efb22f5234abdf598356d2e9
path: jakartaee/servlet
- uses: actions/checkout@v4
name: 下载 smart-http
Expand Down
3 changes: 1 addition & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<maven.compiler.release>11</maven.compiler.release>
<junit.version>5.10.3</junit.version>
<slf4j.version>1.7.36</slf4j.version>
<jakarta.tck.version>6.1.0</jakarta.tck.version>
<servlet.api.version>6.1.0</servlet.api.version>
<servlet.api.version>6.1.1-SNAPSHOT</servlet.api.version>
<fork.argLine>-Xmx8g -Xms4g</fork.argLine>
<http2.timeout></http2.timeout>

Expand Down

0 comments on commit 4943f36

Please sign in to comment.