Skip to content

Replace references to maven with references to gradle #1

Open
@MysterAitch

Description

@MysterAitch

Oops, I missed a couple of references to maven in the source code when creating the sample project (mostly copy/paste from the maven sample 😉 )

  • CodeGenerationUtils.mavenModuleRoot (should be replaced with Util.gradleModuleRoot)

// This saves all the files we just read to an output directory.
sourceRoot.saveAll(
// The path of the Maven module/project which contains the LogicPositivizer class.
CodeGenerationUtils.mavenModuleRoot(LogicPositivizer.class)
// appended with a path to "output"
.resolve(Paths.get("output")));

  • the package is still maven_sample (rather than `gradle_sample')

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions