Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Gradle project, Intelli-J and Mac OS #70

@nagabhushanreddy

Description

@nagabhushanreddy

My gradle build file looks like below and when I try to run below example the callbacks aren't fired. Any incompatibility issues?

https://github.com/lloydmeta/schwatcher/blob/master/src/example/usage.scala

/*

  • This build file was auto generated by running the Gradle 'init' task
  • by 'naga' at '7/29/17 7:29 PM' with Gradle 3.1
  • This generated file contains a sample Scala library project to get you started.
  • For more details take a look at the Scala plugin chapter in the Gradle
  • user guide available at https://docs.gradle.org/3.1/userguide/scala_plugin.html
    */

// Apply the scala plugin to add support for Scala
apply plugin: 'scala'

// In this section you declare where to find the dependencies of your project
repositories {
// Use 'jcenter' for resolving your dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
}

// In this section you declare the dependencies for your production and test code
dependencies {
compile 'org.scala-lang:scala-library:2.12.0'
// https://mvnrepository.com/artifact/com.beachape.filemanagement/schwatcher_2.12
compile group: 'com.beachape.filemanagement', name: 'schwatcher_2.12', version: '0.3.3'

// We use Scalatest for testing our library
//testCompile 'junit:junit:4.12'
// https://mvnrepository.com/artifact/org.scalatest/scalatest_2.12
//testCompile group: 'org.scalatest', name: 'scalatest_2.12', version: '3.0.3'
//testRuntime group: 'org.scala-lang.modules', name: 'scala-xml_2.12', version: '1.0.6'

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions