Commit Graph

116 Commits

Author SHA1 Message Date
eugene yokota fbc92435c9
Update test (#95) 2024-03-19 16:44:47 -04:00
kenji yoshida b19545fa83
add dependabot setting for GitHub Actions update (#92) 2024-03-19 11:04:15 -04:00
kijuky 7a9088ae71
Add support for unmanagedBase (lib) (#91)
* Fix #90

---------

Co-authored-by: Kizuki Yasue <kizuki-yasue@m3.com>
2024-03-19 11:03:11 -04:00
Eugene Yokota 458a172b8f readme 2024-03-01 00:29:02 -05:00
Nikita Vilunov 380d1526b0
Add support for non-matrix projects to be aggregated in and depended on by matrix projects (#89)
Add support for non-matrix projects to be aggregated in and depended on by matrix projects
2024-02-21 13:28:54 -05:00
eugene yokota 1c4d9c89bf
Merge pull request #88 from hugo-vrijswijk/base-dir-setting 2024-02-06 09:28:22 -05:00
Hugo van Rijswijk 7f30c1e0dc Add `projectMatrixBaseDirectory` setting
Similar to https://github.com/portable-scala/sbt-crossproject/pull/152
2024-02-05 09:48:17 +01:00
Miguel Vilá 506e9ddd86
Use project axes when not auto scala lib (#86)
* add test that should fail for module not found
* Use axisValues when !autoScalaLibrary

---------

Co-authored-by: Miguel Villa <miguel.villa@siriusxm.com>
2023-12-29 09:45:39 -05:00
Miguel Vilá 7181625be7
add java sources folders (#85)
* add java sources folders
* add test

---------

Co-authored-by: Miguel Villa <miguel.villa@siriusxm.com>
2023-12-27 17:48:46 -05:00
eugene yokota 8d27205428
Merge pull request #82 from sbt/wip/release
sbt 1.9.0
2023-06-24 03:47:18 -04:00
Eugene Yokota 8b10486fa6 sbt 1.9.0 2023-06-24 03:37:52 -04:00
eugene yokota a56de64daf
Merge pull request #79 from keynmol/fix-native-configure
Fix configure function not being called on nativePlatform
2022-11-23 00:41:09 -05:00
Anton Sviridov a230f8dd24 Fix configure function not being called on nativePlatform 2022-11-19 09:36:38 +00:00
eugene yokota 6510310e0b
Merge pull request #73 from kubukoz/patch-1
Update readme versions
2022-09-09 13:28:14 -04:00
Jakub Kozłowski af6cbcf3eb
Update readme versions 2022-09-08 17:16:05 +02:00
eugene yokota b92c16a52c
Merge pull request #67 from DamianReeves/fix/scala-3.1
Support Scala 3.1 in sandwich scenario (#66)
2021-11-01 21:03:12 -04:00
Damian Reeves e049021ac0 Simplify expression 2021-11-01 15:09:16 -04:00
Damian Reeves eeebcc41bf Support Scala 3.1 in sandwich scenario 2021-10-23 10:33:36 -04:00
eugene yokota e46c2e3c3a
Merge pull request #64 from keynmol/custom-axes-for-platforms
Add builders which accept custom axis values
2021-10-12 17:21:43 -04:00
Anton Sviridov 0aea25941e Add builders which accept custom axis values 2021-10-11 21:05:36 +01:00
eugene yokota cd7f4453a6
Update README.markdown 2021-05-17 11:20:07 -04:00
Eugene Yokota 4f037768d0 Sonatype publishing 2021-05-01 16:39:26 -04:00
eugene yokota 5b5210cbd8
Merge pull request #51 from keynmol/maven-central-publish 2021-04-23 07:46:28 -04:00
Anton Sviridov 87880175f9 Publish to maven central 2021-04-22 18:54:53 +01:00
eugene yokota 5a56052a87
Merge pull request #50 from keynmol/finder-all
Retrieve all projects with axes values from the ProjectMatrix
2021-04-21 14:48:20 -04:00
Anton Sviridov 02a630d5ae rename to allProjects 2021-04-21 18:50:02 +01:00
Anton Sviridov fea7ceb304 findAll() implementation 2021-04-20 16:28:02 +01:00
eugene yokota b4ef283673
Merge pull request #44 from xuwei-k/update-scala-native
Update scala-native 0.4.0. enable native test
2021-01-31 12:09:48 -05:00
xuwei-k 618be89f33 Update scala-native 0.4.0. enable native test 2021-01-31 16:19:45 +09:00
Eugene Yokota 7781c86aea Try shorter decoding 2020-12-02 21:26:41 -05:00
Eugene Yokota fba70c7af2 sbt-pgp 2.1.1 2020-12-02 20:29:50 -05:00
eugene yokota ed3d0bfea7
Merge pull request #43 from fthomas/patch-1
Add homepage setting to build
2020-12-02 10:07:12 -05:00
Frank S. Thomas d5505a752a
Remove comma
Co-authored-by: Anton Sviridov <keynmol@gmail.com>
2020-12-02 13:51:59 +01:00
Frank S. Thomas 82275d07ac
Add homepage setting to build
This enables Scala Steward to link to this page, the GitHub release notes
and version diff in its pull requests.
2020-12-02 13:02:02 +01:00
Eugene Yokota 9cf5d62edc Decode myself 2020-12-02 03:55:54 -05:00
Eugene Yokota cbd18b9d28 sbt-pgp 2.1.0-M1 2020-12-02 03:45:42 -05:00
Eugene Yokota 7105bf271b setup-gpg 2020-12-02 01:51:29 -05:00
Eugene Yokota 53618c6483 gpg stuff 2020-12-02 01:44:00 -05:00
Eugene Yokota f20064cf81 gpg stuff 2020-12-02 01:40:29 -05:00
eugene yokota 756855ae8b
Merge pull request #42 from sbt/wip/scala3
Use Scala's ABI version to generate suffix
2020-12-02 01:05:05 -05:00
Eugene Yokota 884440b943 Use Scala's ABI version to generate suffix
Fixes #37
To support cross building of 3.0.0-M1 and 3.0.0-M2, use the ABI version
to generate the subproject suffix instead of the partial version (first
    two segments)
2020-12-02 00:50:03 -05:00
Eugene Yokota cb72b1e9f1 Port fix for sandwich and Scala.JS
Ref https://github.com/sbt/sbt/pull/5984
2020-12-02 00:28:57 -05:00
eugene yokota e373bfc3cc
Merge pull request #41 from sbt/wip/build2
Tag-based release
2020-12-02 00:07:31 -05:00
Eugene Yokota f5c7156e24 Tag-based release 2020-12-02 00:00:15 -05:00
eugene yokota bd407ae629
Merge pull request #40 from sbt/wip/actions
Migrate to GitHub Actions
2020-12-01 23:35:45 -05:00
Eugene Yokota 3525d3a108 Disable scala-native tests
Ref https://github.com/scala-native/scala-native/issues/2024
2020-12-01 23:27:58 -05:00
Eugene Yokota 1e5fec7398 Migrate to GitHub Actions 2020-12-01 23:03:21 -05:00
eugene yokota 67f259b4bb
Merge pull request #39 from sbt/wip/actions0
Preliminary GitHub Actions
2020-12-01 22:56:09 -05:00
Eugene Yokota 29ff81ec14 Preliminary GitHub Actions 2020-12-01 22:54:43 -05:00
eugene yokota 0843222509
Merge pull request #36 from keynmol/expose-project-axes
Make the generated subproject self-aware about its own virtual axes
2020-12-01 22:40:19 -05:00