Skip to content

SNAPSHOTを使用したい

irof edited this page Apr 2, 2021 · 2 revisions

SNAPSHOTリポジトリは https://s01.oss.sonatype.org/content/repositories/snapshots/ です。

Gradleプラグイン版のSNAPSHOT使用例

バージョンは 0.0.0-SNAPSHOT 固定です。

buildscript {
  repositories {
    maven {
      url 'https://s01.oss.sonatype.org/content/repositories/snapshots'
      mavenContent {
        snapshotsOnly()
      }
    }
  }
  dependencies {
    classpath 'org.dddjava.jig:jig-gradle-plugin:0.0.0-SNAPSHOT'
  }
}
apply plugin: "org.dddjava.jig-gradle-plugin"

狙い・背景・思想

付録

JIGの設定と他ツールとの統合

JIGの利用シナリオ

JIGが提供しないもの

その他

参考リンク 🔗

Clone this wiki locally