Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/real-logic/Aeron
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd L. Montgomery committed Nov 13, 2014
2 parents 80ebc55 + 0a01441 commit d094765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import org.gradle.plugins.ide.eclipse.model.Classpath
* limitations under the License.
*/

defaultTasks 'clean', 'build'

apply plugin: 'maven'
apply plugin: 'signing'

defaultTasks 'clean', 'build', 'install'

ext {
group = aeronGroup
version = aeronVersion
Expand Down Expand Up @@ -134,7 +134,7 @@ subprojects {

project(':aeron-common') {
dependencies {
compile 'uk.co.real_logic:Agrona:1.0-SNAPSHOT'
compile 'uk.co.real-logic:Agrona:1.0-SNAPSHOT'
}
}

Expand Down

0 comments on commit d094765

Please sign in to comment.