Skip to content

Commit

Permalink
Add antrun version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakag committed Aug 13, 2023
1 parent 8ee2558 commit 72ed0de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TMとは、ビジネスを解析しながらデータベース構造も同時に
- Nothing. TMD-Maker includes Java17 JRE.

### Eclipse Plugin
- java8 or later(java11 is recommended).
- java8 or later(java17 is recommended).

- eclipse 4.x.

Expand All @@ -40,7 +40,7 @@ git clone https://github.com/tmdmaker/tmdmaker.git
cd tmdmaker
mvn -P 2022-12 clean verify
mvn -P 2023-06 clean verify
```

## Installation
Expand Down
5 changes: 5 additions & 0 deletions releng/org.tmdmaker.configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,11 @@
</mapping>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${antrun-version}</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 72ed0de

Please sign in to comment.