Skip to content

Release v0.1.1

Latest

Choose a tag to compare

@marcioendo marcioendo released this 02 Jan 18:07
· 13 commits to main since this release

New features

  • Allow to add resources as part of the compile target #11
  • Target gh-release should include the t:work label #12
  • Allow custom --add-reads in test related targets #13
  • The java-native.mk file #15
  • The carbon.mk file #16
  • java-module-info.mk must respect JAVA_RELEASE when compiling module-info.java #17
  • The java-source-jar.mk file: creates source.jar #20
  • Revamp Maven interop related Makefiles #21
  • Revamp GitHub release related Makefiles #22
  • Deploy snapshot artifacts to s01.oss.sonatype.org #23
  • Resolve and download snapshot artifacts from s01.oss.sonatype.org #24
  • Introduce the vscode.mk Makefile which should generate a pom.xml for VS Code project import. #25
  • Add a idea.mk that generates the 'foo.iml' file with the project dependencies. #26
  • Revamp Eclipse IDE related Makefiles #27
  • java: it should be possible to specify the Eclipse project name #30
  • feat(build): allow gh-release #32

Bug Fixes

  • Bug Fixes are not showing the gh-release #14
  • The $(WORK) directory must be a requirement for most targets #18
  • java: resolver dep jars are deleted in GitHub actions after execution #19
  • Can't produce GH release of private repo #28
  • java-compile.mk error when annotation processing is required #29
  • java: main compilation should create WORK dir if necessary #31