Sha256: 02ea592648a22aeb2b28a599b4f58819f51b154c5c1b3d6254dbcdff713caa6a

Contents?: true

Size: 463 Bytes

Versions: 2

Compression:

Stored size: 463 Bytes

Contents

.PHONY: test transpile install setup bundle lint console download-jars build-gem build

test:
	jruby -Itest -Ilib bin/test

transpile:
	ruby-next nextify ./lib

install:
	jruby -S gem install bundler
	jruby -S bundle install

setup: install transpile

bundle:
	jruby -S bundle

lint:
	jruby -S bundle exec rubocop

console:
	bin/console

download-jars:
	 jruby -rjars/installer -e 'Jars::Installer.vendor_jars!'

build-gem:
	gem build

build: transpile build-gem

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
structurizr-1.29.0-java Makefile
structurizr-1.26.1-java Makefile