-
I am using gradle codegen plugin latest version 1.1.0
my Protobuf looks like this:
```
syntax = "proto3";
option java_generate_equals_and_hash = true;
option java_package = "org.example.serv…
-
## Do the Release ([Full document](https://github.com/playframework/.github/blob/main/RELEASING.md))
* [x] [Release projects that Play depends on][]
Done already in the past weeks.
* [x] [Rel…
mkurz updated
8 months ago
-
sbt version: *1.3.7*
## steps
https://github.com/hmrc/cgt-property-disposals-frontend
Clone it, open up an sbt session and run compile. You will see the warnings.
## problem
Upgrading a P…
-
## Do the Release ([Full document](https://github.com/playframework/.github/blob/main/RELEASING.md))
* [x] [Release projects that Play depends on][]
Done already in the past weeks.
* [x] [Rel…
mkurz updated
10 months ago
-
## Motivation
There are several scenarios when `cached-compile` and `cached-test` artifacts are not enough:
1) Custom configurations: IntegrationTest, additional build folders, etc.
2) Generated …
-
## Do the Release ([Full document](https://github.com/playframework/.github/blob/main/RELEASING.md))
* [x] [Release Play itself][]
* [x] Look for [PRs][play/prs] that should be merged.
* …
-
## Preparing the release
Better to do this in advance:
* [x] [Triage issues][]
## Do the Release ([Full document](https://github.com/playframework/.github/blob/main/RELEASING.md))
* [x] [R…
-
## Preparing the release
Better to do this in advance:
* [x] [Triage issues][]
## Do the Release ([Full document](https://github.com/playframework/.github/blob/main/RELEASING.md))
* [x] [R…
-
## Preparing the release
Better to do this in advance:
* [x] [Triage issues][]
## Do the Release ([Full document](https://github.com/playframework/.github/blob/main/RELEASING.md))
* [x] [R…
-
After upgrading `sbt-play-ebean` to version **6.2.0**, the application based on Play Framework **2.8.20** does **not** work anymore:
(works fine with `sbt-play-ebean` version **6.0.0**)
```
[…