File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ Build with Gradle
5757
5858``` groovy
5959dependencies {
60- implementation "org.seasar.doma:doma-core:2.30.0-beta-4 -SNAPSHOT"
61- annotationProcessor "org.seasar.doma:doma-processor:2.30.0-beta-4 -SNAPSHOT"
60+ implementation "org.seasar.doma:doma-core:2.30.0-beta-5 -SNAPSHOT"
61+ annotationProcessor "org.seasar.doma:doma-processor:2.30.0-beta-5 -SNAPSHOT"
6262}
6363```
6464
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ Write your build.gradle as follows:
3535.. code-block :: groovy
3636
3737 dependencies {
38- implementation "org.seasar.doma:doma-core:2.30.0-beta-4 -SNAPSHOT"
39- annotationProcessor "org.seasar.doma:doma-processor:2.30.0-beta-4 -SNAPSHOT"
38+ implementation "org.seasar.doma:doma-core:2.30.0-beta-5 -SNAPSHOT"
39+ annotationProcessor "org.seasar.doma:doma-processor:2.30.0-beta-5 -SNAPSHOT"
4040 }
4141
4242 To simplify your build.script, we recommend that you use the `Doma Compile Plugin `_.
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ Add the dependencies using the `kapt` and `implementation` configuration in your
9999.. code-block:: groovy
100100
101101 dependencies {
102- implementation " org.seasar.doma:doma-core:2.30.0-beta-4 -SNAPSHOT"
103- kapt " org.seasar.doma:doma-processor:2.30.0-beta-4 -SNAPSHOT"
102+ implementation " org.seasar.doma:doma-core:2.30.0-beta-5 -SNAPSHOT"
103+ kapt " org.seasar.doma:doma-processor:2.30.0-beta-5 -SNAPSHOT"
104104 }
105105
106106To simplify your build. script, we recommend you use
Original file line number Diff line number Diff line change 11group =org.seasar.doma
2- version =2.30.0-beta-4
2+ version =2.30.0-beta-5-SNAPSHOT
33encoding =UTF-8
44systemProp.org.gradle.internal.publish.checksums.insecure =true
55projectUrl =https://github.com/domaframework/doma
You can’t perform that action at this time.
0 commit comments