Skip to content

AIWolf development framework used by AW-Villager for the gradle build system

License

Notifications You must be signed in to change notification settings

AW-Villager/VillagerGradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VillagerGradle

MIT License

人狼知能のGraldeプラグイン。 人狼知能の開発のサポートをします。

プラグインを適用する

buildscript {
    repositories {
        mavenCentral()
        maven {
            url uri('https://maslab.aitech.ac.jp/~k14048kk/maven')
        }
    }
    dependencies {
        classpath 'awvillager:villagergradle:0.1-SNAPSHOT'
    }
}

apply plugin: 'awvillager.gradle'

使用する

VillagerGradleでは簡単に開発環境を構築できるタスクを追加します。

基本設定

build.gradleにプラグインの設定を書き込みます。

aiwolf {
    //  {awversion}_{villagerversion}
    version = '0.4.5_0.0.1';
}

タスク一覧

setupWorkspace タスク。 開発環境を構築します。

$ gradle setupWorkspace 

About

AIWolf development framework used by AW-Villager for the gradle build system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages