Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit c07d8f9

Browse files
Fix build with build gradle plugin id
1 parent 3c99660 commit c07d8f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/build.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Write your build.gradle(.kts) as follows:
3636
.. code-block:: kotlin
3737
3838
plugins {
39-
id("org.seasar.doma.compile") version "3.0.1"
39+
id("org.domaframework.doma.compile") version "3.0.1"
4040
}
4141
4242
dependencies {
@@ -49,15 +49,15 @@ Write your build.gradle(.kts) as follows:
4949
.. code-block:: groovy
5050
5151
plugins {
52-
id 'org.seasar.doma.compile' version '3.0.1'
52+
id 'org.domaframework.doma.compile' version '3.0.1'
5353
}
5454
5555
dependencies {
5656
implementation 'org.seasar.doma:doma-core:3.3.0'
5757
annotationProcessor 'org.seasar.doma:doma-processor:3.3.0'
5858
}
5959
60-
To simplify your build.script(.kts), we recommend that you use the `org.seasar.doma.compile`_ plugin.
60+
To simplify your build.script(.kts), we recommend that you use the `org.domaframework.doma.compile`_ plugin.
6161

6262
See build.gradle.kts in the `getting-started`_ repository as an example.
6363

@@ -163,6 +163,6 @@ Import your project as a Maven project.
163163
Build and run using Maven.
164164

165165

166-
.. _org.seasar.doma.compile: https://github.com/domaframework/doma-compile-plugin
166+
.. _org.domaframework.doma.compile: https://github.com/domaframework/doma-compile-plugin
167167
.. _com.diffplug.eclipse.apt: https://plugins.gradle.org/plugin/com.diffplug.eclipse.apt
168168
.. _getting-started: https://github.com/domaframework/getting-started

docs/locale/ja/LC_MESSAGES/build.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ msgid "Groovy"
7777
msgstr ""
7878

7979
#: ../../build.rst:60
80-
msgid "To simplify your build.script(.kts), we recommend that you use the `org.seasar.doma.compile`_ plugin."
81-
msgstr "build.script(.kts) を簡素化するには、`org.seasar.doma.compile`_ プラグインを使用することをお勧めします。"
80+
msgid "To simplify your build.script(.kts), we recommend that you use the `org.domaframework.doma.compile`_ plugin."
81+
msgstr "build.script(.kts) を簡素化するには、`org.domaframework.doma.compile`_ プラグインを使用することをお勧めします。"
8282

8383
#: ../../build.rst:62
8484
#: ../../build.rst:122

0 commit comments

Comments
 (0)