Thu, 29 Dec 2022 13:58:08 +0100
update from gradle 7.3 to 7.6
And hope that this fixes an idiotic internal
duplication error
(see https://github.com/gradle/gradle/issues/17236)
56
11b1e7153496
re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
11b1e7153496
re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
2 | <Context path="/lightpit"> |
11b1e7153496
re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
3 | <ResourceLink name="jdbc/lightpit/app" |
11b1e7153496
re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
4 | global="jdbc/lightpit/app" |
11b1e7153496
re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
5 | type="javax.sql.DataSource" /> |
11b1e7153496
re-adds context.xml (it only worked because the already deployed context.xml was not deleted...)
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
6 | </Context> |