Skip to content

Commit

Permalink
build(core) update to the new S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Feb 7, 2022
1 parent 2b602a7 commit b01996b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@

<srcfile/>

<arg value="s3://build.lwjgl.org/ci/"/>
<arg line='--acl public-read --cache-control "public, must-revalidate, proxy-revalidate, max-age=0"'/>
<arg value="s3://lwjgl-build/ci/"/>
<arg line='--cache-control "public, must-revalidate, proxy-revalidate, max-age=0"'/>

<fileset file="templates.jar"/>
</apply>
Expand Down Expand Up @@ -1015,8 +1015,8 @@

<srcfile/>

<arg value="s3://build.lwjgl.org/${build.type}/${platform.remote}/${build.arch}/"/>
<arg line='--acl public-read --cache-control "public, must-revalidate, proxy-revalidate, max-age=0"'/>
<arg value="s3://lwjgl-build/${build.type}/${platform.remote}/${build.arch}/"/>
<arg line='--cache-control "public, must-revalidate, proxy-revalidate, max-age=0"'/>

<fileset dir=".">
<and>
Expand Down

0 comments on commit b01996b

Please sign in to comment.