We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50d7ac commit 0a3ba73Copy full SHA for 0a3ba73
lib/pom.rb
@@ -34,6 +34,23 @@ def version
34
35
project 'JRuby Lib Setup' do
36
37
+ # TODO move those to method to ruby-maven
38
+ class ::Java::JavaIo::File
39
+ def to_pathname
40
+ to_s.gsub( /\\/, '/' )
41
+ end
42
43
+ class ::Java::JavaLang::String
44
45
46
47
48
+ class ::String
49
50
+ self.gsub( /\\/, '/' )
51
52
53
+
54
version = File.read( File.join( basedir, '..', 'VERSION' ) ).strip
55
56
model_version '4.0.0'
0 commit comments