Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Intellij configuration update for Intellij 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
proteus-russ committed Jan 31, 2014
1 parent fdf293c commit a27992b
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 85 deletions.
64 changes: 37 additions & 27 deletions example-app/.idea/artifacts/com_i2rd_example_app_example_app.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions example-app/build.gradle
Expand Up @@ -102,10 +102,7 @@ configurations {
}
// Add the APT generated folder to the java sourceSet for Intellij IDEA
sourceSets {
main {
java {srcDirs '.apt_generated'}
groovy { srcDirs 'buildSrc/src/main/groovy' }
}
main { java {srcDirs '.apt_generated'} }
test { java {srcDirs '.apt_generated_tests'} }
}
def aptGenPath = project.file("${project.projectDir}/.apt_generated").absolutePath
Expand Down Expand Up @@ -229,7 +226,7 @@ artifactory {
}
defaults {
publications ('ivyPub', 'mavenPub')
properties = ['build.status': version.status ]
properties = ['dd.status': version.status ]
}
}

Expand Down

0 comments on commit a27992b

Please sign in to comment.