This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
6262See build.gradle.kts in the `getting-started `_ repository as an example.
6363
@@ -163,6 +163,6 @@ Import your project as a Maven project.
163163Build 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
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ msgid "Groovy"
7777msgstr ""
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
You can’t perform that action at this time.
0 commit comments